Skip to main content
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
}

Authorizations

Authorization
string
header
required

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

Path Parameters

video_id
string
required

Response

OpenAI Video job (status=queued)

id
string
Example:

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

object
string
Example:

"video"

model
string
status
enum<string>
Available options:
queued,
processing,
completed,
failed
progress
integer | null
created_at
integer