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 2 of the 223 revisions of this API.12

    • 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