All Benchspan SDKs are thin wrappers around the REST API. If your language or framework isn’t supported by an SDK, you can integrate directly.Documentation Index
Fetch the complete documentation index at: https://docs.benchspan.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /v1/scan | Classify a single piece of text |
Conventions
- All requests and responses are JSON.
- All requests require a Bearer API key.
- All successful responses return HTTP
200with a JSON body. Errors return4xx/5xxwith a JSON{ "detail": "..." }body. - Timestamps are ISO 8601 UTC.
- IDs are UUIDv4 strings.
Minimal example
cURL
Rate limits
Free tier is 50,000 scans / month, forever. Current usage is visible on your dashboard. When you exceed the limit, the API returns429 Too Many Requests.
Need more? Talk to us and we’ll scope a plan based on your agent traffic and latency requirements.