Creating a text document from a pre-recorded audio file
Endpoint | Capability | Use |
---|---|---|
Interactions | The foundational unit that ties together all related data and operations, enabling a cohesive workflow. | Required |
Recordings | Upload audio file(s) that can be used for transcript generation. | Required |
Transcripts | Generate transcripts for audio files that are associated with the interaction. | Required |
POST
request to the /interactions
endpoint.id
for the interaction and a WebSocket URL (wssUrl
). The identifier will be used to manage the subsequent steps of the workflow. The WebSocket URL will not be required for this workflow.POST
request to /interactions/:id/recording
.200
status and returns a recordingId
, confirming that the audio file has been successfully uploaded and linked to the interaction.POST
request to /interactions/:id/transcripts
.200
status with the generated transcript. This transcript contains the text version of the recorded interaction, extracted and formatted for review.