research_boy
06/23/2024, 3:15 AMVapi
06/23/2024, 3:20 AMjson
{
"userId": "unique_user_id_12345",
"sessionId": "session_id_67890",
"otherData": {
// Additional call-related data here
}
}
And the corresponding API call (in pseudocode):
pseudocode
POST https://custom-llm-server.com/initiateCall
Headers: {
"Content-Type": "application/json",
"Authorization": "Bearer your_api_token"
}
Body: {
"userId": "unique_user_id_12345",
"sessionId": "session_id_67890",
// ... other necessary call-related data
}
If you need to set up or configure your custom LLM URL or have any other specific questions about integrating with your custom server, please let me know, and I can assist you further!Vapi
06/23/2024, 3:20 AMSahil
06/23/2024, 5:47 PMresearch_boy
06/24/2024, 4:05 AMresearch_boy
06/24/2024, 5:41 AMSahil
06/24/2024, 7:54 AMSahil
06/24/2024, 7:54 AMresearch_boy
06/24/2024, 9:29 AMSahil
06/24/2024, 3:15 PMresearch_boy
06/25/2024, 7:51 AMSahil
06/25/2024, 1:39 PMSahil
06/25/2024, 1:39 PMresearch_boy
06/26/2024, 6:10 AM