Video Generation

Download generated video content

Streams the generated video content from the upstream provider

get/videos/{jobId}/content

Path parameters

jobIdstring required
Example:job-abc123

Query parameters

indexinteger nullable

Response

Video content stream. The body is the raw video bytes proxied from the upstream provider, and the Content-Type reflects the provider media type (video/mp4).

Changes

Changed in 3 of the 303 revisions of this API.14

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

  • 98bdfab7d8fe11See the full diff
    • ▲

      removed the media type application/octet-stream for the response with the status

      response-media-type-removed

    • ○

      added the media type video/mp4 for the response with the status

      response-media-type-added