Authenticate
Every request carries your API key as a bearer token. Keys look likeck_... and are shown once at creation.
Classify a URL
status: "unknown" plus a job_id. Poll it:
diag object showing exactly what was extracted from the page.
Result statuses
| Status | Meaning |
|---|---|
classified | Ranked IAB 3.1 classifications with cosine distances; lower is stronger |
unknown / no_match | Fetched and embedded, but no labeled neighbor within threshold |
unknown / insufficient_content | Too little extractable text, most commonly client-rendered JS shells |
error | Fetch or processing failure; reason names it |
Classify returns
insufficient_content rather than a low-confidence guess. The diag object shows what was read so you can verify.