REST API for AI video generation

    Ship server-side video pipelines that mirror what creators do in Media Studio—without maintaining your own GPU fleet.

    • Model-aware requests aligned with in-app guardrails
    • Predictable JSON payloads for orchestration tools
    • Straight-line path from prototype in UI to production API call

    Pair docs with the studio

    Prototype prompts in the UI, then lift the same structure into your REST payloads for faster iteration.

    How it works

    1. 1

      Read model requirements

      Confirm duration, inputs, and aspect ratio rules for each video model you target.

    2. 2

      Authenticate

      Use account-scoped credentials as described in the API overview.

    3. 3

      Submit and track jobs

      Create generations and poll—or integrate with your queue—until assets are ready.

    Video API scenarios

    • Personalized outbound clips from CRM merges
    • Synthetic B-roll for long-tail product pages
    • Storyboard-to-render pipelines for agencies

    Operational realities

    Latency and cost vary by model tier and length. Plan buffers for peak traffic and store outputs in your own object storage for replay.

    Model requirements reference

    Open documentation

    FAQ

    • Do you expose webhooks?

      Integrate using the job metadata returned by the API and your preferred worker pattern; see the API docs for the latest lifecycle fields.

    Related product pages

    Related topics