Transcoding Webhook
Triggered automatically during the video transcoding process to notify your system about status updates. Sends video details such as ID, processing status, duration, and file sizes for real-time tracking or post-processing actions.
Documentation Index
Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Unique identifier of the video that is being transcoded.
Unique identifier of the transcoding job or process.
Current status of the transcoding process (e.g., 'queued', 'processing', 'completed', 'failed').
Total duration of the transcoded video in seconds.
Size of the final transcoded video file in bytes.
Size of the original source video file in bytes before transcoding.