Skip to main content

Guides

Help center

Short, illustrated guides for the redaction path, Fast Track, cases, integrations, and compliance.

All articles
Developers
1 min read

Using the API

Automate uploads and processing with API keys and webhooks.

Create an API key under Settings → API keys. Keys are shown once at creation. Store them securely.

Core routes

  • POST /api/v1/documents
  • GET detections, POST apply, GET download, GET text
  • Cases, jobs, Conversation Redact findings, and callback/redirect sessions

The live contract is /api/v1/openapi.json.

Use webhooks to be notified when processing completes, or when Outbound Guard raises an IT Ops alert. Each delivery is signed with HMAC-SHA256 in the x-northdocs-signature header.

Related articles

Still need a hand?