Skip to main content
POST
Generate custom thumbnail

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
timestamp
number
Example:

10.5

width
integer
Example:

320

height
integer
Example:

180

Response

200 - application/json

Thumbnail generated

success
boolean
Example:

true

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

"processing"

data
object