API Guide: Novamed
    • Get Started
    • Lab Test Request Form: Dunia Wellness & Laboratories
    • Lab Test Request Form: Gnosis Laboratories Malaysia
    • Lab Test Request Form: Innoquest Pathology
    • Lab Test Request Form: Pathology & Clinical Laboratory
    • Lab Test Request Form: Premier Integrated Labs
    • Lab Test Request Form API
      POST

      Lab Test Request Form API

      POST
      /document-ai/{model-id}
      The parameters for each lab will be provided on their respective pages. Each page contains a detailed list of parameters and a sample JSON response specific to that lab’s data requirements.

      Request

      Authorization
      Add parameter in header
      X-API-KEY
      Example:
      X-API-KEY: ********************
      Path Params

      Body Params multipart/form-data

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.axtraction.ai/v1/document/document-ai/model-a1b2c3d4e5f6' \
      --header 'X-API-KEY: <api-key>'
      Response Response Example
      {
          "success": true,
          "data": [
              {
                  "type": "lab_details",
                  "value": {
                      "name": "Dunia Wellness & Laboratories Sdn Bhd",
                      "company_registration": "1234567-X",
                      "address": "Lot 88, Jalan Kesihatan, Kuala Lumpur",
                      "phones": [
                          "03-12345678",
                          "03-87654321"
                      ],
                      "fax": "03-11223344",
                      "email": "info@dunialab.my",
                      "website": "https://dunialab.my"
                  }
              },
              {
                  "type": "patient_details",
                  "value": {
                      "name": "John Doe",
                      "ic_or_passport": "900101141234",
                      "worker_code": "W123",
                      "dob": "1990/01/01",
                      "sex": "Male",
                      "phone": "012-3456789"
                  }
              },
              {
                  "type": "referring_doctor",
                  "value": {
                      "name": "Dr. Zainal",
                      "address": "Klinik Pakar Bangsar",
                      "doctor_code": "D456"
                  }
              },
              {
                  "type": "specimen_details",
                  "value": {
                      "specimen_types": [
                          "Blood",
                          "Others: Saliva"
                      ],
                      "collection_date": "2025/07/23",
                      "collection_time": "09:15am",
                      "collected_by": "Nurse Aida"
                  }
              },
              {
                  "type": "clinical_history_diagnosis",
                  "value": "Suspected dengue"
              },
              {
                  "type": "tests_requested",
                  "value": {
                      "dwl_profiles": [
                          "DWL1",
                          "DWL2"
                      ],
                      "general_profiles": [],
                      "tag_ons_test": [],
                      "antenatal": [],
                      "dialysis_profiles": [],
                      "hepatitis_profiles": [],
                      "biochemistry": [],
                      "haematology": [],
                      "industry_testing": [],
                      "microbiology": [],
                      "serology": [],
                      "tumor_marker": []
                  }
              },
              {
                  "type": "additional_tests",
                  "value": [
                      "CRP"
                  ]
              }
          ],
          "miscellaneous": {
              "processedTime": 5.673210123
          }
      }
      Modified at 2025-07-24 03:35:37
      Previous
      Lab Test Request Form: Premier Integrated Labs
      Built with