curl --request PUT \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/upload-complete \
--header 'Authorization: Bearer <token>'{
"message": "Upload notification received"
}Notify that audio file upload is complete and start processing. Call this after uploading to the presigned URL.
Documentation: Step-by-step upload guide
curl --request PUT \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/upload-complete \
--header 'Authorization: Bearer <token>'{
"message": "Upload notification received"
}