Who is this for?
- AI agent developers building patent prosecution workflows (OpenClaw, custom agents)
- Law firm engineering teams integrating AI analysis into existing docketing systems
- Solo practitioners automating repetitive prosecution tasks
Endpoint overview
| Endpoint | Auth | Billing | Description |
|---|---|---|---|
GET /v1/openclaw/lookup/{app_number} | None | Free | Application metadata |
GET /v1/openclaw/deadlines/{app_number} | None | Free | Response deadlines |
POST /v1/openclaw/analyze | API key | Token-based | Office action analysis |
POST /v1/openclaw/draft-roa | API key | Token-based + export fee | Draft response document |
GET /v1/openclaw/draft-roa/status/{job_id} | API key | Free | Poll draft status |
GET /v1/openclaw/examiner/{name} | API key | Token-based | Examiner intelligence |
GET /v1/openclaw/download/{job_id} | Token | Free | Download DOCX |
Quick example
Quickstart
Get your API key and make your first call in 2 minutes.
Authentication
API key creation and security best practices.
Glass Box
Understand AI transparency metadata in every response.
API Reference
Full endpoint documentation with interactive playground. See the API Reference tab.
