curl --request POST \
--url http://co-mind-platform-host/v1/echo/recordings/{recordingId}/link-job \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid request parameters",
"type": "invalid_request_error",
"code": "bad_request"
}
}Associate a recording with an async transcription job ID. Ownership verified.
curl --request POST \
--url http://co-mind-platform-host/v1/echo/recordings/{recordingId}/link-job \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid request parameters",
"type": "invalid_request_error",
"code": "bad_request"
}
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The transcription job ID to link
Recording linked to job