Contractag exposes two primary endpoints for working with contract fields.Documentation Index
Fetch the complete documentation index at: https://docs.contractag.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Endpoint | Method | Description |
|---|---|---|
/fields | POST | Upload a PDF and trigger field extraction. Returns a documentId, field list, and processing metadata. |
/fields/{document_id} | GET | Retrieve the complete extraction result for a processed document, optionally filtered by page. |
https://api.contractag.dev. Requests must include an API key obtained via email onboarding.
Use the sidebar to dive into request/response details for each route.