Aquant Conversation Platform (VoiceAI) API

The Aquant Conversation Platform (ACP) API powers Voice AI and web chat with Aquant's service agents. Clients exchange an API key and secret for a one-hour access token at POST /acp/token, then start WebRTC voice calls with the named agent or stream web-chat replies as Server-Sent Events from POST /vss/web-chat. The public OpenAPI document at /openapi.json currently describes only the liveness and readiness probes; the ACP and VSS routes are live and documented in the first-party @aquantinc/acp-web-sdk browser SDK rather than in the served spec.

OpenAPI Specification

aquant-voiceai-api-openapi.json Raw ↑
{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/health/live":{"get":{"summary":"Liveness","description":"Liveness probe - returns 200 if the process is running.","operationId":"liveness_health_live_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/health/ready":{"get":{"summary":"Readiness","description":"Readiness probe - checks DB and Redis before accepting traffic.\n\nSync def (not async) so FastAPI runs it in a threadpool — the SQLAlchemy\nand redis-py clients are blocking, and running them in an async handler\nwould stall the event loop and any in-flight WebSocket sessions.","operationId":"readiness_health_ready_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}}}
Where this information came from

This is an independent, third-party profile of Aquant Conversation Platform (VoiceAI) API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.