POST
/
runway
/
generate
curl -X POST https://www.anyfast.ai/runway/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cinematic shot of a forest"
  }'
Create a video generation task using the Runway model.

Request Parameters

prompt
string
required
Video description prompt.
image
string
Reference image (for image-to-video generation).
curl -X POST https://www.anyfast.ai/runway/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cinematic shot of a forest"
  }'