GRGlobalRouter Docs
Console

Videos / GET

Get video content

Download generated video content as raw bytes.

Endpoints

Mobile only shows the endpoint list. View parameter details and examples on desktop.

MethodEndpointDescription
POST/api/v1/videosCreate an OpenRouter-compatible asynchronous video generation job.
POST/api/v1/videos/super-resolution通过公网视频链接和目标分辨率create异步视频超分任务。
GET/api/v1/videos/{jobId}Read an OpenRouter-compatible video generation job.
GET/api/v1/videos/{jobId}/contentDownload generated video content as raw bytes.
GET/api/v1/videos/modelsList authenticated OpenRouter-compatible video models.
GET/api/v1/videos/{jobId}/content

Returns 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 list

Request 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

404VIDEO_CONTENT_NOT_AVAILABLE

The job does not have a readable artifact at the requested index.