API REFERENCE
REST API Documentation
A comprehensive, RESTful API for integrating Zynoviq's enterprise AI capabilities into your applications.
Base URL
api.zynoviq.com/v1
Authentication
API Key + HMAC
Format
JSON over HTTPS
Authentication
All API requests require an API key passed in the Authorization header and an HMAC signature in the X-Zynoviq-Signature header. HMAC is computed using SHA-256 over the request body with your API secret.
Endpoints
Key Endpoints
GET
/v1/healthPOST
/v1/analyzeGET
/v1/connectorsGET
/v1/connectors/{id}/statusPOST
/v1/alertsGET
/v1/alerts/{id}POST
/v1/reportsGET
/v1/reports/{id}Rate Limits
Rate Limiting
Standard
1,000 req/min
Burst: 50 req/sec
For development and standard integrations
Enterprise
10,000 req/min
Burst: 500 req/sec
For high-volume production workloads
Ready to Start Building?
Get your API key and make your first call in under 5 minutes.