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
Key | Datatype | Required | Description |
---|---|---|---|
start_time | string | required | |
end_time | string | required |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":true,"code":200,"message":"We are generating your highlight... Hold on!"}