can I get a pointer on how to add the
# general-english
m
can I get a pointer on how to add the api key on a vapi http call?
k
Add Vapi API key in the Authorization header as Bearer YOUR_API_KEY, ensure you’re using the correct endpoint, and check network, key validity, and assistant/phone number setup to avoid connection errors.
m
thanks @Kings_big💫 how can I get notified when the call completes and access the transcript?
trying to run the transcript through a prompt
k
Set a Server URL to receive webhook events with the callId, then use the GET /call/{callId} API to fetch the transcript, and optionally run it through a custom prompt using the analysisPlan feature.
2 Views