Prior Authorization Packet Builder API
PriorAuthKit turns clinician-provided information into structured prior authorization packets — ready for submission. Paste in a diagnosis, medications tried, clinical history, and payer requirements, and get back: • Packet Builder — Structured JSON + Markdown prior auth packets with payer-specific templates (biologic, specialty Rx, imaging, DME, PT/OT) • Checklist Engine — Identifies present…
Prior Authorization Packet Builder API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
|
| GET |
getLimits /v1/limits |
|
| Packet | ||
| POST |
checklist /v1/pa/checklist |
|
| POST |
buildPacket /v1/pa/packet/build |
|
| Evidence | ||
| POST |
evidenceMap /v1/pa/evidence/map |
|
| Denial | ||
| POST |
denialNormalize /v1/pa/denial/normalize |
|
| Appeal | ||
| POST |
appealDraft /v1/pa/appeal/draft |
|
| Templates | ||
| GET |
listTemplates /v1/templates |
|
| Retention | ||
| GET |
listPackets /v1/packets |
|
| POST |
storePacket /v1/packets/store |
|
| GET |
getPacket /v1/packets/{packet_id} |
|
Prior Authorization Packet Builder API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|