transcoders
Fetch the thumbnail URL of a transcoder
This operation shows the thumbnail URL of a started transcoder.
get/transcoders/{id}/thumbnail_url
Path parameters
idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"transcoder": {
"thumbnail_url": "https://cloud.wowza.com/proxy/stats/?target=10.11.12.13&app=app-B8P6K226&stream=99b62146@130135.stream&media=json"
}
}