transcoders
Start a transcoder
This operation starts a transcoder.
put/transcoders/{id}/start
Path parameters
idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"transcoder": {
"state": "starting",
"uptime_id": "abcd1234"
}
}