ZQ Platform Overview
ZettaQuant's managed cloud platform provides API access to our proprietary financial datasets, AI models and pre-computed insights.
Available Services
| Service | Description | Use Case |
|---|---|---|
| Models-as-a-Service | Run inference on ZQ's proprietary models | Real-time text classification |
| Insights-as-a-Service | Access pre-computed document metrics | Historical analysis & research |
Quick Links
- Authentication & Setup - API keys, rate limits, error handling
- Models Service - Run inference on financial AI models
- Insights Service - Access pre-computed metrics
- Troubleshooting - Common issues and solutions
Getting Started
1. Get an API Key
Contact contact@zettaquant.ai to request API access.
2. Set Up Your Environment
export ZQ_API_KEY="your_api_key_here"
export ZQ_BASE_URL="https://zq-api-gw-78psrgmc.uc.gateway.dev"
3. Test Your Connection
curl -H "x-api-key: $ZQ_API_KEY" $ZQ_BASE_URL/v1/models
4. Choose Your Service
- Need real-time text classification → Models Service
- Need real-time and historical metrics → Insights Service
Platform Status
| Component | Status |
|---|---|
| Models API | Beta |
| Insights API | Beta |
| Custom Domain | Coming Soon |
Support
- Email: support@zettaquant.ai
- API Access: contact@zettaquant.ai