curl --request POST \
--url https://api.bota.dev/v1/video-summaries \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recording_id": "<string>",
"media_ids": [
"<string>"
],
"max_keyframes": 123,
"include_transcript_context": true
}
'