Proxy

Proxies authenticated HTTP requests to Voxity API endpoints.

Proxy HTTP requests to Voxity API

post
/chat/proxy

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: 1Required

The organization/agent ID

Example: agent_123
urlstring · uriRequired

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

Example: https://api.voxity.ai/v1/customers/cust_123
methodstring · enumOptional

HTTP method for the request

Default: GETExample: GETPossible values:
bodyanyOptional

Request body to forward to Voxity API

Example: {"name":"John Doe"}
Responses
200

Proxy response from Voxity API

application/json
post
/chat/proxy

Last updated