POST
/
api
/
draft-claim-from-notes
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"
}

Delivery

To receive results from this endpoint, you have two options: Webhooks or the Poll Optimizer Runs API.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Procedure notes content and claim type

The body is of type object.

Response

200
application/json
Claim drafted successfully

The response is of type object.