Noema
10/17/2024, 8:32 PMVapi
10/17/2024, 8:35 PMx-vapi-secret
header for security purposes.
While I don't have the exact payload structure since it can vary based on the interaction, a typical payload might look something like this:
json
{
"sessionId": "unique-session-id",
"userId": "unique-user-id",
"timestamp": "2023-04-01T12:34:56Z",
"intent": {
"name": "user_intent",
"parameters": {
"param1": "value1",
"param2": "value2"
}
},
"context": {
"previousIntent": "previous_user_intent",
"parameters": {
"param1": "value1",
"param2": "value2"
}
}
}
The x-vapi-secret
header would be included in the HTTP headers of the request, not in the JSON payload.
If you need the exact payload structure that VAPI sends, I can assist you further by contacting support to provide you with the specific details. Would you like me to do that?Vapi
10/17/2024, 8:35 PMNoema
10/17/2024, 8:37 PMVapi
10/17/2024, 8:37 PMShubham Bajaj
10/23/2024, 1:50 PMNoema
10/23/2024, 9:20 PM