can I get a pointer on how to add the api key on a vapi http call?
k
Kings_big💫
05/18/2025, 4:27 PM
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
Mas0n
05/18/2025, 4:58 PM
thanks @Kings_big💫 how can I get notified when the call completes and access the transcript?
Mas0n
05/18/2025, 4:58 PM
trying to run the transcript through a prompt
k
Kings_big💫
05/19/2025, 3:04 AM
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.