can
05/04/2025, 6:41 PMVapi Support Bot
05/04/2025, 6:42 PMtranscriptPlan.enabled: true in Vapi, you need to configure your assistant's artifactPlan with this setting. According to the [Vapi documentation](https://docs.vapi.ai/api-reference/calls/create), you can do this by including the following in your configuration:
json
"artifactPlan": {
"transcriptPlan": {
"enabled": true,
"assistantName": "assistantName",
"userName": "userName"
}
}
You can apply this configuration when creating a new assistant or update an existing one using a PATCH request to the Vapi API.
Sources:
- [Vapi API Reference Create Call](https://docs.vapi.ai/api-reference/calls/create)
- [Vapi API Reference List Assistants](https://docs.vapi.ai/api-reference/assistants/list)Kings_bigđŸ’«
05/05/2025, 6:46 AM