cURL
curl --request GET \ --url https://api.example.com/v1/recordings/{id}/export
Export transcript as a Word document
word_export
curl -X GET "https://app.transcord.app/api/v1/recordings/clx1234567890/export" \ -H "Authorization: Bearer tr_live_your_api_key" \ -o transcript.docx
Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Content-Disposition: attachment; filename="transcript-{id}.docx"
202
401
403
404