amg
01/21/2025, 1:41 PMPOST 'https://api.vapi.ai/call/web'
{
"message": [
"assistant.model.workflow.orgId must be a UUID"
],
"error": "Bad Request",
"statusCode": 400
}
Here's a glimpse of my payload:
{
assistant: {
...<assistant-object>
model: {
provider: 'vapi',
model: 'custom-1',
messages: [],
workflow: {
id: '00000000-0000-0000-0000-000000000000',
orgId: '00000000-0000-0000-0000-000000000000',
...<additional-workflow-properties>
}
}
}
}
I tried generating a UUID as well as using existing ones from my account. Any thoughts on what might be causing this 400 error?