API Key and Auth Enterprise
Generate and manage API keys in Installation. For server-side usage, include the key in the Authorization header and send your clientId in request payloads.
curl -X POST https://askvio.web.app/api/search \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"clientId":"YOUR_CLIENT_ID","query":"What is your return policy?"}'