Generate a new thumb on demand
POST {{baseUrl}}/v1/service/thumbnails/{{video_id}}
This endpoint enable you to generate video thumbnails on demand. This should only be used when the thumbnail failed to be generated in the first place.
It requires a valid Video UID
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":true,"code":200,"message":"We are generating your thumbnail... Hold on!"}