Skip to main content

Authenticate

Every request carries your API key as a bearer token. Keys look like ck_... and are shown once at creation.

Classify a URL

If the URL is in ContentGraph, classifications come back inline:
If it isn’t, we classify it on demand: you get status: "unknown" plus a job_id, and a hold is placed on the on-demand credits while we work. Poll the job:
If the page can’t be classified, the job finishes as 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.