API Reference

Overview of the Context212 REST API

The Context212 API provides endpoints for searching, parsing, extracting, and managing documents at scale.

Base URL

https://api.context212.com

All routes are versioned under /api/v1.

Authentication

Send your API key as a Bearer token:

curl https://api.context212.com/api/v1/search \
  -H "Authorization: Bearer <your-api-key>" \
  -H "Content-Type: application/json"

See Authentication for how to create and manage keys.

Browse by tag

Use the sidebar to explore endpoints grouped by capability — Ask, Search, Parse, Files, Workspaces, and more.

On this page