Proxy
Proxies authenticated HTTP requests to Voxity API endpoints.
Proxies authenticated HTTP requests to Voxity API endpoints. The endpoint validates user access to the organization, retrieves the stored API key, and forwards the request to Voxity with proper authentication. This allows browser clients to make Voxity API calls without exposing API keys.
Body
agentIdstring · min: 1RequiredExample:
The organization/agent ID
agent_123urlstring · uriRequiredExample:
The full Voxity API URL to proxy to. Must start with one of: https://api.voxity.ai, https://api.dev.voxity.ai, https://actions.voxity.ai, or https://actions.dev.voxity.ai
https://api.voxity.ai/v1/customers/cust_123methodstring · enumOptionalDefault:
HTTP method for the request
GETExample: GETPossible values: bodyanyOptionalExample:
Request body to forward to Voxity API
{"name":"John Doe"}Responses
200
Proxy response from Voxity API
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
post
/chat/proxyLast updated