Submit an Interaction
Declare an Audio Interaction
Upload an Audio File
// // overview leveraging the unique interactionidentifier provided upon successfully declaring the audio https //docs elevateai com/tutorials/declare an audio interaction interaction, this endpoint enables you to upload a valid https //docs elevateai com/overview#yuz5g audio for processing directly from the host machine as a multipart/form data request pro tip providing access to audio files via the downloaduri is highly recommended for fastest processing times https //docs elevateai com/overview#ccdve when this post post request successfully executes, an http status is returned to indicate the request was successful and the file is in the process of being uploaded by the service if an error occurs when requesting to upload interaction, a standard http response code is retuned to indicate the request was unsuccessful, along with a json response containing additional details to assist in troubleshooting troubleshooting remember you can easily retrieve the processing status of your interaction at any time! // // request parameters & code examples