{
"recording_id": "rec123",
"name": "Episode 12 - Interview with Jane",
"project_id": "proj789",
"project_name": "Season 1",
"studio_id": "studio456",
"studio_name": "Main Studio",
"status": "ready",
"created_date": "2025-01-15T14:30:00Z",
"tracks": [
{
"id": "track001",
"type": "participant",
"status": "done",
"files": [
{
"name": "jane_audio.wav",
"size": 52428800,
"type": "raw_audio",
"download_url": "https://platform.riverside.fm/api/v3/download/file/file001"
},
{
"name": "jane_video.mp4",
"size": 157286400,
"type": "raw_video",
"download_url": "https://platform.riverside.fm/api/v3/download/file/file002"
}
]
},
{
"id": "track002",
"type": "screenshare",
"status": "done",
"files": [
{
"name": "screenshare.mp4",
"size": 83886080,
"type": "raw_video",
"download_url": "https://platform.riverside.fm/api/v3/download/file/file003"
}
]
}
],
"transcription": {
"status": "done",
"files": [
{
"type": "srt",
"download_url": "https://platform.riverside.fm/api/v3/download/transcription/rec123?type=srt"
},
{
"type": "txt",
"download_url": "https://platform.riverside.fm/api/v3/download/transcription/rec123?type=txt"
}
]
}
}