Get Payor Inference
The request is complete once status is in the COMPLETED
or FAILED
state. We will return a COMPLETED
status
even in the case when are unable to determine patient/payor information. A FAILED
status indicates an
issue on Silna’s end and in this case, we recommend contacting us or retrying the request.
When the request is complete, the response will include the inference_result
field. This returns an
array of individuals found on the input document as well as the plans that each individual has. In the case when
you submit a document with multiple individuals, say an Aetna insurance card with each family member listed, we will
return each individual with their plan information as shown below.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
The response is of type object
.