Skip to main content
POST
Reframe video to different aspect ratio

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"

Body

application/json
target
string
required
Example:

"9:16"

mode
string
required
Example:

"auto"

start
number
default:0
Example:

0

end
number
Example:

30

callback_url
string
Example:

"https://webhook.example.com/callback"

callback_data
object

Response

200 - application/json

Reframe job started

success
boolean
Example:

true

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

"processing"

data
object