Skip to main content
POST
Upload patient doc
Upload patient doc. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file_name
string
required
file_data
string

Response

Successful response. The response body has not yet been validated.

Provisional response envelope. The exact success response remains pending live validation.

status
integer

Operation status, when returned.

message
string

Human-readable result message, when returned.

data
any | null

Endpoint-specific response data. Its structure remains pending validation.