Creating a Claim from Form Boxes
This is the lowest-friction way to create a claim through the API. You send the CMS-1500 (professional) or UB-04 (institutional) form exactly as its numbered boxes read, as JSON. ClaimRev maps the boxes, builds the 837 (P or I), and submits it through the same pipeline as an uploaded file. You don't construct X12 EDI, and you don't need to know the editor/loop model.
| This endpoint | |
|---|---|
| Endpoint | POST /api/ManualClaimEntry/v1/CreateClaimFromForm |
| Claim types | Professional (837P) and institutional (837I) |
| Input | CMS-1500 boxes (box…) or UB-04 locators (fl…) as JSON |
| You provide | The form fields. ClaimRev handles mapping, EDI, control numbers, submission. |
If your system already emits X12 837 EDI, or already has the structured editor model, see the two other paths in Submitting a Claim. This guide is the no-EDI, paper-shaped option.
Permission. This endpoint requires your client to be granted manual claim entry access for the account (ClaimRev provisions this). If it isn't, the API returns 403 — see Authentication. The claim is always created under your authenticated account.