GRGlobalRouter Docs
Console

Videos / POST

create视频超分任务

通过公网视频链接和目标分辨率create异步视频超分任务。

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.
POST/api/v1/videos/super-resolution

APIreturns 202 Accepted。使用现有视频任务queryAPI轮询状态,并通过视频产物API下载超分结果。

Back to Videos endpoint list

Request parameters

FieldTypeRequiredDescription
video_urlstringyesLAS 可访问的公网 HTTP/HTTPS 视频链接。
resolutionstringyes目标分辨率:720p、1080p、1440p、2160p 或 4k,大小写不敏感。

Response fields

FieldTypeRequiredDescription
idstringyesGlobalRouter 视频超分任务 ID。
polling_urlstringyes用于轮询任务状态的相对地址。
statusstringyespending、in_progress、completed、failed、cancelled 或 expired。