/api/v1/videos/{jobId}/contentReturns the selected completed artifact using the upstream or stored video MIME type, such as video/mp4. The response is not a JSON envelope.
Back to Videos endpoint listRequest parameters
FieldTypeRequiredDescription
AuthorizationheaderyesBearer API key with tasks scope.jobIdpathyesVideo generation job ID, at least 1 character.indexquerynoArtifact index to download, >= 0. Defaults to 0.Response fields
FieldTypeRequiredDescription
bodybinaryyesRaw video bytes.Content-TypeheaderyesArtifact MIME type, for example video/mp4.Errors
404
VIDEO_CONTENT_NOT_AVAILABLEThe job does not have a readable artifact at the requested index.