Docus CDS API (MC)
    • Getting Started
    • Submit Medical Data
      POST
    • Access URL Delivery
      POST

      Access URL Delivery

      POST
      {{partner_endpoint_url}}
      Once the submitted data is processed and the patient is set up on the Docus side, Docus sends a POST request to the partner’s configured endpoint. The payload includes the original patient_id and an access_url that can be stored in the hospital system and used by doctors to open the patient’s interpretations in Docus with one click.

      Request

      Header Params

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --globoff '{{partner_endpoint_url}}' \
      --header 'x-api-key: <provided_by_partner>' \
      --header 'Content-Type: application/json' \
      --data '{
          "patient_id": "{patient_id}",
          "access_url": "{access_url}"
      }'
      Response Response Example
      {}
      Modified at 2026-04-20 13:14:05
      Previous
      Submit Medical Data
      Built with