document-classifier-api
HTTP API that accepts uploaded or pasted document content, extracts text where needed, and returns structured document classification using a configurable LLM. Secured with x-api-key and/or RapidAPI’s proxy secret. When BYOK is enabled, each caller supplies their own model API key via headers; optionally the host can supply a single server key instead.
document-classifier-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
document-classifier-api /api/v1/classify |
Classify documents (PDF, DOCX, text) with an OpenAI-compatible model. Supports bring-your-own-key (BYOK) or a server-side key. |
document-classifier-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 250 / minute |
|
| PRO Recommended | $10 / month | 1000 / minute |
|