← Catalog

creative.video

coming soon

Short-form video for content and ads, from a prompt or a source image.

Providers

ProviderMode
fal platform prepaid · planned

Billing

Unit: per_video · unmatched results billed: no
Priced per generated video, varying by model and duration. The exact quote is computed from your request and reserved before execution.

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "creative.video",
    "input": { "prompt": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "duration_seconds": {
      "type": "integer"
    },
    "image_url": {
      "type": "string"
    },
    "prompt": {
      "type": "string"
    }
  },
  "required": [
    "prompt"
  ],
  "type": "object"
}

Normalized output fields

prompt · video