Type of the event
post_transcribed_event
Unique identifier for the batch operation
Array containing a single post's transcription result
Show child attributes
in_progress
failed
completed
NSFWUnsupported
InvalidRequestBody
UnsupportedUrl
NoVideoDetected
TooManyVideos
DownloadSizeExceeded
ProxyConnectionFailure
ProxyDownloadFailed
{ "event_type": "post_transcribed_event", "operation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": [ { "video_url": "<string>", "description": "<string>", "transcription": "<string>", "paragraphs": [ { "sentences": [ { "text": "<string>", "start": 123, "end": 123 } ], "num_words": 123, "start": 123, "end": 123 } ], "video_id": "<string>", "transcribed_duration": 123, "total_duration": 123, "status": "in_progress", "error": null, "platform": "<string>", "title": "<string>" } ] }