13257: Invalid transcribeCallback URL
VOICE
ERROR
Twilio returns this error when the transcribeCallback attribute on the TwiML <Record> verb is not a valid URL. Twilio documents transcribeCallback as a relative or absolute URL that it uses to send an asynchronous POST request when a transcription is complete.
- The
transcribeCallbackvalue provided on<Record>is not a valid relative or absolute URL. - The
transcribeCallbackvalue does not conform to the URL format Twilio expects for transcription callbacks. - A transcription callback URL was supplied for
<Record>, but the callback destination was entered incorrectly.
- Update
transcribeCallbackto a valid relative or absolute URL. - Verify the
transcribeCallbackvalue in your<Record>TwiML before initiating the recording. - If you use
transcribeCallback, also settranscribe="true"on<Record>, because Twilio requirestranscribeCallbackto be used withtranscribe. - If you do not need an asynchronous transcription webhook, remove
transcribeCallbackand retrieve the completed transcription later from the Transcriptions resource instead.