soc86
07/01/2024, 6:45 AMVapi
07/01/2024, 6:47 AMstructuredDataSchema
property should not exist in the payload you're sending.
To help you better, I would need to see the full context of your API call. However, based on the information provided, it looks like you're trying to include a schema definition in your API call, which might not be supported by VAPI in the way you're attempting to use it.
VAPI typically expects specific parameters for making calls, and if structuredDataSchema
is not one of the expected parameters, the API will return a 400 Bad Request error.
Please double-check the VAPI documentation to ensure you're including the correct parameters in your API call. If structuredDataSchema
is a custom parameter that you need for your application logic, you might need to pass it in a different way, possibly as part of a JSON payload in a parameter that VAPI accepts for additional data.
If you continue to experience issues, please provide more details about the API call you're making, including the full request if possible, and I'll be happy to assist you further. If the issue persists, you may need to reach out to VAPI support for more specific guidance on the API usage.Vapi
07/01/2024, 6:47 AMVapi
07/01/2024, 6:48 AMSahil
07/01/2024, 4:43 PM