Exporting call transcriptions via Aircall's API
Call transcriptions can be exported from Aircall using the API, as long as your account has the AI Assist add-on enabled. This article explains what is required and how exports work at a high level.
Requirements
To export call transcriptions via API, you need:
- The AI Assist add-on
- Access to the AI Assist API, which is available only to customers who have purchased this add-on
Enabling AI Assist API access grants you event endpoints such as:
- Call Transcript
- Call Summary
- Key Topics
- Sentiment Analysis
These events are available through Webhook or REST API.
Important: Call summaries, key topics, and sentiment analysis are only generated for users who have an assigned AI license.
How to export call transcriptions
Call transcriptions can be retrieved programmatically via the API.
For technical details, see the developer documentation about Retrieving a transcription
If you are interested in acquiring the AI Assist add-on, you can purchase it or request a quote directly from your Aircall Dashboard.
Important limitations
Important: Exporting call transcriptions is only possible via API. Aircall's Support Team cannot provide call transcript exports on your behalf.
-
Bulk export is not supported:
At this time, bulk exporting of call transcriptions via API is not available. -
Per-call export only:
You can export individual transcripts via API as needed, but bulk export for multiple calls in a single operation is not currently supported.