Skip to main content
POST
Generate Dynamic Thumbnails

Body

application/json
video_url
string
required

S3 signed URL or public URL of the video

Example:

"https://your-s3-url.com/video.mp4"

Response

Thumbnails generated successfully

thumbnails
string[]
required

Base64-encoded JPEG images

Required array length: 1 - 5 elements
Example:
count
integer
required

Number of thumbnails returned

Required range: 1 <= x <= 5
Example:

3