{ "event_type": "batch_transcribe_completed_event", "operation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "completed", "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>" } ], "markdown": "<string>" }
Type of the event
batch_transcribe_completed_event
Unique identifier for the batch operation
The final status of the batch operation
completed
completed_with_failures
failed
Array containing all transcription results
Show child attributes