This endpoint has two behaviors depending on your request payload:
destination_url, the endpoint will behave in an asynchronous manner.destination_url, the endpoint will return the data directly.Include your API key in the X-Api-Key header of every request.
The ID of the meeting recording to fetch the transcript for.
123456789
Destination URL for where we'll POST the transcript. If not sent, this endpoint will return the data directly.
"https://example.com/destination"
Either the destination URL for where we'll POST the transcript, or the transcript for the recording as an array.