POST
/
api
/
v1
/
client
/
prompt
/
video
Video Prompt Booster
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>"
}

Authorizations

Authorization
string
header
required

API key obtained from the ModelBeam dashboard

Body

multipart/form-data
prompt
string
required

Original video prompt

Minimum string length: 3
negative_prompt
string
required

Negative prompt

Minimum string length: 3
image
file

Optional reference image for context-aware enhancement

Response

Prompt enhanced

prompt
string
negative_prompt
string