Qamaq API Documentation
Build powerful integrations with the Qamaq API. Access entities, knowledge base, workflows, and more.
Quick Start
Get your API Key
Navigate to Configurations > API Keys in your Qamaq dashboard to create a new API key. Make sure to copy it immediately as it won't be shown again.
Make your first request
Use your API key in the Authorization header with the Bearer scheme:
curl -X GET "https://api.qamaq.io/api/v1/entities" \
-H "Authorization: Bearer qmq_your_api_key"Explore the API
Browse our API reference below to discover all available endpoints and capabilities.
API Capabilities
Base URL
All API requests should be made to:
https://api.qamaq.io/api/v1API Versioning
The API version is included in the URL path. The current stable version is v1.
We will announce any breaking changes well in advance and maintain backward compatibility where possible.
Rate Limiting
The API implements rate limiting to ensure fair usage. Current limits:
1000
requests/minute
10,000
requests/hour
100,000
requests/day
Note: Rate limit headers are included in all responses. If you exceed the limit, you'll receive a 429 Too Many Requests response. Contact us if you need higher limits.
Error Handling
The API uses standard HTTP status codes to indicate success or failure of requests:
Need Help?
Our team is here to help you integrate with the Qamaq API.