cURL
curl --request POST \ --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/prompt/video \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'prompt=<string>' \ --form 'negative_prompt=<string>' \ --form image='@example-file'
{ "prompt": "<string>", "negative_prompt": "<string>" }
Enhance a video generation prompt. Optionally include a reference image for context-aware enhancement.
API key obtained from the ModelBeam dashboard
Original video prompt
3
Negative prompt
Optional reference image for context-aware enhancement
Prompt enhanced