Skip to main content

Starts an asynchronous text-to-video job with the selected provider and model, records an `OrcaRequest`, estimates token usage and cost, and returns an operation identifier for polling.

POST 

/studio/video_start

Flow:

  1. Validate provider against configured video groups.
  2. Create UserGeneratedAI and OrcaRequest in InProgress state.
  3. Estimate tokens and cost via provider estimators; persist to the request.
  4. Dispatch to provider GenerateVideoAsync and return its operation handle for polling.

Request

Responses

OK