curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/meetings/7fa85f64-5717-4562-b3fc-2c963f66afa6/recordings/start' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uploadMode": "CHUNKED",
"mimeType": "audio/webm"
}'{
"isSuccess": true,
"data": {
"id": "41ba4b89-29ed-4a25-a7ea-119c9c9f83d0",
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "ACTIVE",
"uploadMode": "CHUNKED",
"mimeType": "audio/webm",
"fileUrl": null,
"durationSeconds": null,
"chunksCount": 0,
"missingChunkIndexes": [],
"createdAt": "2026-05-20T10:15:00Z",
"completedAt": null,
"documentId": null
},
"message": "Recording session started successfully",
"statusCode": 201,
"errors": []
}