Drafted API
The Drafted API lets you submit contracts for AI-powered review, retrieve results, and integrate with your existing tools — all programmatically.
What you can do
- Submit missions — upload a DOCX or PDF and run a contract review, redline, or analysis
- Retrieve results — poll for status or receive a webhook callback when the review is complete
- Integrate with Monday.com — trigger reviews from board items and write results back automatically
- List teams and playbooks — query your org's available MegaAgent teams and position packages
How it works
1. Authenticate with your API key
2. POST /missions → 202 Accepted (queued immediately)
3. Poll GET /missions/{id} or receive a callback
4. Read findings, risk level, and download the redlined document
Base URL: https://app.drafted.li/api/external/v1
Next steps
- Quickstart — make your first API call in 5 minutes
- Authentication — create and manage API keys
- API Reference — full endpoint reference with interactive try-it console