POST
/
v1
/
hl7
/
results
Send HL7 Results
curl --request POST \
  --url https://api.bluehive.com/v1/hl7/results \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "employeeId": "<string>",
  "file": {
    "name": "<string>",
    "type": "<string>",
    "base64": "<string>"
  }
}'
"<string>"

Authorizations

Authorization
string
header
required

API key for accessing BlueHive API endpoints. Format: "ApiKey <your-api-key>" or "Bearer <your-api-key>"

Body

application/json

Response

200
application/json

Result of HL7 message send