Authorization: Bearer YOUR_API_KEYX-API-Key: YOUR_API_KEYhttps://your-domain.com/api/v1/api/v1/qr/api/v1/qr/api/v1/qr/:id/api/v1/qr/:id/api/v1/qr/:id/api/v1/qr/:id/statscurl -X POST https://your-domain.com/api/v1/qr \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Website QR",
"qr_type": "website",
"target_url": "https://example.com",
"style_settings": {
"foregroundColor": "#000000",
"backgroundColor": "#ffffff",
"dotsStyle": "rounded"
}
}'| Status | Meaning |
|---|---|
| 200 | Success - Request completed successfully |
| 400 | Bad Request - Invalid parameters or request body |
| 401 | Unauthorized - Invalid or missing API key |
| 403 | Forbidden - No permission (subscription required or limit reached) |
| 404 | Not Found - Resource does not exist |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Server Error - Something went wrong on our end |
{
"code": 401,
"message": "Invalid API key",
"data": null
}1,000
requests per hour
Contact us for custom rate limits for high-volume applications.