Not able to find structured output feature
# support
j
I am looking here to setup the structured output for my calls by following this doc --> https://docs.vapi.ai/assistants/structured-outputs-quickstart It clearly says to click on 'Structured Outputs in the left sidebar' but there is no such option in dashboard. https://cdn.discordapp.com/attachments/1422458578836656179/1422458580635881472/image.png?ex=68dcbf49&is=68db6dc9&hm=51853819f595c5edc5e52300bf3e6afb10394477bca394e43761cddf04da3933&
v
I’ve set up structured outputs on Vapi before, the “sidebar option” isn’t always visible because the config is usually handled through the assistant settings or API. What really matters is defining the schema properly so your calls return clean JSON. I can walk you through the right setup step by step. Are you mainly trying to log structured data or send it downstream to another system? @Jardani
j
Thank you @Vercel for your reply. I want to send the report of the call to me (by any means for now).
v
Makes sense, the easiest way is to have the assistant return a structured JSON after each call and then forward that through a webhook or even to your email/Slack. I’ve set this up before so the report lands automatically without extra steps. I can help you get it running smoothly end-to-end. Want to chat privately and I’ll walk you through it? @Jardani
j
Yes. sure. Thank you
c
If you would like the new structured outputs section enabled on your dashboard, please provide your org id and we will enable it on the backend