API Overview
QWED provides a RESTful API for verification.Base URL
Authentication
All requests require an API key:Core Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Health check |
| POST | /verify | Auto-detect verification |
| POST | /verify/math | Math verification |
| POST | /verify/logic | Logic verification |
| POST | /verify/code | Code security |
| POST | /verify/sql | SQL validation |
| POST | /verify/fact | Fact checking |
| POST | /verify/batch | Batch verification |
Request Format
Response Format
Status Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad request |
| 401 | Unauthorized |
| 429 | Rate limited |
| 500 | Server error |
Rate Limits
| Plan | Requests/min | Requests/day |
|---|---|---|
| Free | 60 | 1,000 |
| Pro | 600 | 50,000 |
| Enterprise | Unlimited | Unlimited |