Copy
{
"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>"
}
Assistant
Responses are generated using AI and may contain mistakes.