Docus CDS API (Labs)
    Docus CDS API (Labs)
    • Getting Started
    • Submit Lab Results
      POST
    • Generate Interpretation
      POST
    • Access URL Delivery
      POST

      Access URL Delivery

      POST
      {{parter_endpoint_url}}
      When Docus receives a new lab result and creates a visit using the provided reference_id, it sends temporary access URLs to the partner-provided endpoint.
      These URLs:
      Allow patients and/or physicians to access the visit page directly in the Docus interface.
      Are valid for 14 days
      Redirect to the login page after expiration
      The response may include one or both URLs, depending on the partner configuration.

      Request

      Header Params

      Body Params application/jsonRequired

      Examples

      Responses

      đŸŸ¢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST '{{parter_endpoint_url}}' \
      --header 'x-api-key;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "patient_id": "68",
          "reference_id": "46",
          "patient_access_url": "partnerlab.docus.ai/patient/123456/",
          "physician_access_url": "partnerlab.docus.ai/physician/654321/"
      }'
      Response Response Example
      {}
      Previous
      Generate Interpretation
      Built with