Generate video highlight on demand

POST {{baseUrl}}/{{version}}/service/highlight/{{high_id}}?start_time=00:01:10&end_time=00:01:30

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

Request Params

KeyDatatypeRequiredDescription
start_timestringrequired
end_timestringrequired

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":true,"code":200,"message":"We are generating your highlight... Hold on!"}