cURL
curl --request POST \ --url https://api.vidbeo.com/v2/videos/{VIDEO_ID}/thumbnail \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>" }'
{ "success": true, "result": { "url": "<string>" }, "links": {}, "errors": [] }
Replace the video’s thumbnail
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the video
"abcde12345abcde12345a"
Thumbnail
The response is of type object.
object