POST /api/v1/internal/encore-callback
Transcoder job progress/completion callback. Invoked by the transcoder, not for direct client use.
Request
Request body (application/json)
{
"externalId": "string",
"status": "string",
"message": "string",
"output": [
{
"file": "string",
"type": "string",
"videoStreams": [
{
"width": null,
"height": null
}
],
"overallBitrate": 0
}
]
}Response
Response 200 (application/json)
{
"applied": true,
"renditionCount": 0
}