Creates an 837 claim from a procedure notes PDF through the Cair AI
cURL
curl --request POST \ --url https://forecaster.cairhealth.com/api/draft-claim-from-notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fileContent": "<string>", "claimType": "<string>" } '
{ "success": true, "claim_optimizer_id": "12345678-1234-1234-1234-123456789012" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Procedure notes content and claim type
Base64 encoded content of the procedure notes file
Type of claim to be drafted (e.g., 'professional', 'institutional')
Claim drafted successfully
Indicates if the operation was successful
ID of the created optimizer run