# Submit standalone transcriptions as JSON: curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" \ -H "Content-Type: application/json" \ -X POST \ -d '{"caller_id":"+18004506787","file_url":"http://example.com/publicly_accessible_file.mp3","postback_url":"http://example.com/postback_url_without_authentication","data":{"loan_amount":"501","custom_token":"the_value"}}' \ "https://[your-subdomain].trackdrive.com/api/v1/standalone_transcriptions"
Param name |
Description
Validations
|
---|---|
file_url Required |
Audio File URL location. This must be a publicly accessible URL, and cannot have IP restrictions.
|
postback_url Required |
Postback URL that we will send the following JSON payload to when the transcription is complete: id, highlighted_utterances, keywords, data, body, utterances, file_url
|