curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/realtime/batchedOperations/batchIngestTranscriptChunk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"confidence": 123,
"endMs": 123,
"meetingId": "<string>",
"startMs": 123,
"text": "<string>",
"interim": true,
"speakerId": "<string>"
}
}
'