POST
/
jimeng
/
generate
curl -X POST https://api.example.com/jimeng/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A beautiful sunset scene"
  }'
Create a video generation task using the Jimeng model.

Request Parameters

prompt
string
required
Video description prompt.
curl -X POST https://api.example.com/jimeng/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A beautiful sunset scene"
  }'