joaomnf_
11/13/2024, 1:37 PMVapi
11/13/2024, 1:40 PMVapi
11/13/2024, 1:40 PMjoaomnf_
11/13/2024, 1:44 PMVapi
11/13/2024, 1:44 PMjoaomnf_
11/13/2024, 1:46 PMVapi
11/13/2024, 1:46 PMjoaomnf_
11/13/2024, 2:05 PMShubham Bajaj
11/14/2024, 9:19 AMcurl -X POST https://api.vapi.ai/call \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{
"assistant": {
"model": {
"provider": "openai",
"model": "gpt-4o-2024-08-06",
"messages": [
{
"role": "system",
"content": "insert-system-prompt-here"
},
{
"role": "system",
"content": "insert-previous-calls-summaries-here"
}
]
}
}
}'
Shubham Bajaj
11/14/2024, 9:19 AMShubham Bajaj
11/16/2024, 3:52 PM