@@ -32,7 +32,7 @@ curl -X POST https://api.vapi.ai/session \
3232 -H " Authorization: Bearer $VAPI_API_KEY " \
3333 -H " Content-Type: application/json" \
3434 -d ' {
35- "assistantId": "your-assistant-id ",
35+ "assistantId": "79f3cae3-5e47-4d8c-a1b2-9f8e7d6c5b4a ",
3636 "assistantOverrides": {
3737 "variableValues": {
3838 "name": "John",
@@ -65,7 +65,7 @@ curl -X POST https://api.vapi.ai/chat \
6565 -H " Authorization: Bearer $VAPI_API_KEY " \
6666 -H " Content-Type: application/json" \
6767 -d ' {
68- "sessionId": "session_xyz789 ",
68+ "sessionId": "6b4c494f-c22c-4bce-84fa-a7a86942c7d3 ",
6969 "input": "What is my name and company?"
7070 }'
7171```
@@ -83,7 +83,7 @@ curl -X POST https://api.vapi.ai/chat \
8383 -H " Authorization: Bearer $VAPI_API_KEY " \
8484 -H " Content-Type: application/json" \
8585 -d ' {
86- "sessionId": "session_xyz789 ",
86+ "sessionId": "6b4c494f-c22c-4bce-84fa-a7a86942c7d3 ",
8787 "input": "What is my name and company?",
8888 "assistantOverrides": {
8989 "variableValues": {
@@ -105,7 +105,7 @@ curl -X POST https://api.vapi.ai/chat \
105105 -H " Authorization: Bearer $VAPI_API_KEY " \
106106 -H " Content-Type: application/json" \
107107 -d ' {
108- "sessionId": "session_xyz789 ",
108+ "sessionId": "6b4c494f-c22c-4bce-84fa-a7a86942c7d3 ",
109109 "input": "What is my name and company?",
110110 "assistantOverrides": {
111111 "model": {
0 commit comments