Generate a thumbnail from a video file.
cURL
curl --request POST \ --url https://fluxerusercontent.com/_thumbnail \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "upload_filename": "<string>" } '
{ "thumbnail": "<string>", "mime_type": "<string>" }
Internal service authentication using Bearer token
Request body for thumbnail generation
Filename of the uploaded video
Thumbnail generated successfully
Response from thumbnail generation
Base64-encoded thumbnail image
MIME type of thumbnail