Skip to main content
GET
Get reframe job status

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

reframe_id
string
required
Example:

"reframe-12345"

Response

Reframe job status

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"done"

data
object