Skip to main content

Get started in three steps

Validate your first document using the ZeroDrift Validation API.

Step 1: Get your API key

API keys live in ZeroDrift Command. Sign in, open Settings, then under API select Keys.
Command Settings → API → Keys empty state with Create first key
  1. Select Create first key (or New API key if you already have keys).
  2. In the Create API key dialog, enter a Key name, choose Permissions (Full access or Read only), and set Rulepacks.
  3. Select Create, then Copy the key immediately — Command shows the full value only once.
Use the key in the x-api-key header for all API requests:

Step 2: Submit content for validation

The quickest way to test the API is with a text snippet:
You’ll receive a job_id in the response:
Validation runs asynchronously by default. For short content you can set "mode": "sync" to receive the completed result in a single response, and "model_engine": "anchor_3_0" selects the faster Anchor 3.0 SLM — see Validate Content.

Step 3: Get validation results

Use the job_id to retrieve your validation results:
Poll until status is done or failed. A completed response includes:

Next steps

Explore the full API capabilities:

Validate Content

Full request/response details for the validation endpoint used above.

API Introduction

Full API reference with authentication, workflows, and rate limits.

Rule Packs

Browse the managed and custom rule pack catalog.
Need help? Contact us at support@zerodrift.ai