跳转到主要内容
GET
/
ms
/
v1
/
videos
/
{video_id}
OpenAI SDK — videos.retrieve (poll)
curl --request GET \
  --url https://api.mountsea.ai/ms/v1/videos/{video_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "object": "video",
  "model": "<string>",
  "progress": 123,
  "created_at": 123
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

video_id
string
必填

响应

OpenAI Video job (status=queued)

id
string
示例:

"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

object
string
示例:

"video"

model
string
status
enum<string>
可用选项:
queued,
processing,
completed,
failed
progress
integer | null
created_at
integer