can
05/04/2025, 6:37 PMVapi Support Bot
05/04/2025, 6:39 PMbash
curl -X GET 'https://api.vapi.ai/call/{callId}' \
-H 'Authorization: Bearer YOUR_API_KEY'
This will return the full transcript, recording URLs, and message history in the response. Alternatively, ensure your assistant's artifactPlan has transcriptPlan.enabled: true to enable transcript generation.
Sources:
- [Source](https://discord.com/channels/1211482211119796234/1341440757189578782)
- [Source](https://discord.com/channels/1211482211119796234/1342498699615539222)can
05/04/2025, 6:39 PMVapi Support Bot
05/04/2025, 6:41 PMtranscriptPlan.enabled: true within your assistant's artifactPlan configuration. The artifactPlan structure looks like this:
json
"artifactPlan": {
"recordingEnabled": true,
"transcriptPlan": {
"enabled": true
}
}
Are you currently managing your Vapi assistant through the API or a dashboard interface? This would help me provide more specific instructions on how to update this configuration.
Sources:
- [Vapi Documentation](https://docs.vapi.ai/api-reference/assistants/list)
- [Discord Channel](https://discord.com/channels/1211482211119796234/1342498699615539222)Kings_bigđŸ’«
05/05/2025, 6:36 AM