Requests need a defined shape
Your application must supply the fields an endpoint expects. A chat-style message, an image prompt, and a video input may require different structures; a general description cannot stand in for endpoint documentation.
Workaround
Start with the documented request for your specific task, then change one field at a time.