Docus AI API (PDF)
    Docus AI API (PDF)
    • Lab Test Interpretation (file version)
      POST
    • Schemas
      • LabFileInterpretation

      Lab Test Interpretation (file version)

      Developing
      POST
      /test-result/plain

      Request

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://ai-api.docus.live/demo/test-result/plain' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "data": "string"
      }'
      Response Response Example
      {
          "interpretation": "",
          "abnormal_findings": "",
          "clinical_significance": "",
          "follow_up_tests": "",
          "risk_factor_management": "",
          "specialist_recommendations": "",
          "lifestyle_recommendations": ""
      }
      Modified at 2025-08-20 06:56:05
      Next
      LabFileInterpretation
      Built with