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, and a hold is placed on the on-demand credits while we work. Poll the job:
unknown and the hold is released, so you’re never charged for it. Each result carries a diag object you can inspect.
Result statuses
Classify returns
insufficient_content when a page has too little to read. The diag object shows what was read so you can verify.