cURL
curl --request PATCH \ --url http://co-mind-platform-host/v1/echo/recordings/{recordingId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "kb_folder_id": "<string>", "kb_document_id": "<string>", "summary": "<string>", "analysis": {} } '
{ "id": "<string>", "title": "<string>", "filename": "<string>", "status": "pending", "method": "<string>", "quality": "<string>", "language": "<string>", "diarization_enabled": true, "user_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Update recording metadata (title, KB link). Ownership verified.
Bearer token authentication. Supports two token types:
POST /v1/auth/login
POST /v1/api-tokens
cmnd_<tokenId>.<secret>
AI-generated summary text
Analysis results (key_topics, action_items, etc.)
Recording updated
pending
processing
completed
failed