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
- ○
- ▲
removed the media type
application/octet-streamfor the response with the statusresponse-media-type-removed
- ○
added the media type
video/mp4for the response with the statusresponse-media-type-added
- ▲