Payor Inference
Create Payor Inference
POST
This API is in Beta! Please be prepared to adapt to a new schema with limited notice if you choose to integrate.
We support two different strategies for payor inference: NEAR_REALTIME and BASE. We recommend using NEAR_REALTIME when you want to get a response quickly (in a matter of seconds) and BASE when you want to get a more accurate response (in a matter of minutes).
Currently, we only support NEAR_REALTIME and submitting with BASE will run with the NEAR_RELATIME strategy.
As this is an async endpoint, you will have to make a POST request to this endpoint
and then poll the response using the GET Payor Inference endpoint
until status=COMPLETED
or status=FAILED
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The body is of type object
.
Response
201
application/json
The response is of type object
.