Devin
10/17/2025, 12:46 AMVapi Support Bot
10/17/2025, 12:47 AMDevin
10/17/2025, 12:53 AMVapi Support Bot
10/17/2025, 12:53 AMDevin
10/17/2025, 12:53 AMG - One
10/17/2025, 3:37 AMVapi Support Bot
10/17/2025, 3:39 AMChiranjeet Mishra
10/18/2025, 2:08 AMmodel property.
3. **Create Structured Output**: Use a POST request to https://api.vapi.ai/structured-output with a JSON payload containing the name, schema, description, and other configurable settings. Here is an example:
json
{
"name": "Customer Info",
"schema": {
"type": "object",
"properties": {
"firstName": {"type": "string"},
"lastName": {"type": "string"},
"email": {"type": "string"},
"phone": {"type": "string"}
}
},
"model": {
"provider": "openai",
"model": "gpt-4-turbo"
}
}
See the [Create Structured Output](https://docs.vapi.ai/api-reference/structured-outputs/structured-output-controller-create) documentation for detailed guidance.
For examples, consider checking out the [structured outputs examples](https://docs.vapi.ai/assistants/structured-outputs-examples) documentation, which provides common scenarios and integration code.
Let me know if you need further assistance.GIDEON
10/19/2025, 12:37 AMChiranjeet Mishra
10/22/2025, 6:30 AMDeeGee
11/03/2025, 5:12 PMChiranjeet Mishra
11/06/2025, 10:00 PM