Cross-Origin Resource Sharing (CORS)
The API fully supports CORS in accordance with the W3C specification. All responses include a wildcardAccess-Control-Allow-Origin header, enabling cross-domain browser requests.
Authentication
Cognigy supports the following authentication methods:API Key
API Key
For Cognigy installations, use an API key in the request path or HTTP headers. Keep it secure and revoke it if exposed.
BasicAuth
BasicAuth
Use a username and password for API requests related to the Management UI.
Error Handling
The API uses standard HTTP status codes (400 and higher) to indicate errors. Error responses follow RFC 7807 and include a traceId that you can provide to Cognigy technical support for troubleshooting.API Server
Cognigy API:- Core Resources:
https://api-trial.cognigy.ai/new/ - Simulator:
https://api-trial.cognigy.ai/testing/ - Logs:
https://api-trial.cognigy.ai/logs/
API Scope
The Cognigy API is split into independently versioned services:
All services share the same authentication methods and error-handling conventions described above.