Zynoviq Solutions
ZYNOVIQSOLUTIONS

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/health
POST
/v1/analyze
GET
/v1/connectors
GET
/v1/connectors/{id}/status
POST
/v1/alerts
GET
/v1/alerts/{id}
POST
/v1/reports
GET
/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.