Kantesti Blood Test AI API Documentation

Last updated:

The Kantesti Blood Test API adds AI-powered blood test analysis to any application: upload a lab report as a PDF or image and receive structured results, medical interpretations, health scores, nutrition plans, trends and comparisons through a simple REST API, in 100+ languages.

Our Health AI APIs

What is the Kantesti Blood Test API?

The Kantesti Blood Test API, also used as a lab test API and lab test AI API, is a REST API for AI blood test analysis. Send a laboratory test report as a PDF or image and the blood test AI extracts every biomarker (CBC, lipid panel, liver and kidney function, thyroid, vitamins, hormones and more), compares each value against reference ranges and returns a structured JSON report with plain-language interpretations, a health score and disease-risk indicators.

Developers use the blood test API to build patient apps, telehealth platforms, laboratory portals and clinical decision-support tools. Authentication uses simple credentials, responses are localized in 100+ languages, and a free sandbox lets you test the AI blood test API without consuming credits.

This blood test API documentation covers authentication, every endpoint (blood test analysis, trend analysis, nutrition diet AI, blood test comparison, ICR document extraction and family health risk assessment), error codes and rate limits, with code examples in cURL, Python and JavaScript.

The same endpoints accept laboratory test reports from any lab, in any layout, as PDF, JPG or PNG.

Base URL
https://app.aibloodtestinterpret.com

What's New

Kantesti ships continuous improvements to every API version without changing version numbers, so existing integrations keep working with no migration required.

98.89%
accuracy on medical faculty exams
100+
supported languages
3
platform updates in 2026

In open-source benchmark tests, Kantesti AI achieved 98.89% accuracy on medical faculty examination questions from multiple universities (latest benchmark, September 2026). Results are for informational purposes only and do not replace professional medical advice.

  1. 8 September 2026

    AI model update and platform-wide improvements

    The AI model was updated and pinned to the latest model version for all endpoints. Comprehensive improvements and bug fixes were applied across all API versions (v11, v11 Health Score, v1 Analytics, ICR and Family Health). Version numbers are unchanged, so no migration is needed.

  2. 21 July 2026

    Comprehensive improvements and bug fixes

    Comprehensive stability and accuracy improvements plus bug fixes rolled out to all API versions. Version numbers are unchanged.

  3. 8 May 2026

    Comprehensive improvements and bug fixes

    Comprehensive improvements and bug fixes applied to all API versions. Version numbers are unchanged.

Overview

The Kantesti Health AI APIs provide blood test analysis and health insights powered by AI technology. Our APIs use Special AI to help interpret blood test results in under 60 seconds for informational purposes only.

Key Features

  • AI Blood Test Analysis - Upload images or PDFs for instant AI-powered analysis
  • Health Score Calculation - Get an overall health score with disease risk assessment
  • Trend Analysis - Track health parameter changes over time
  • Nutrition & Supplements - Personalized diet plans and supplement recommendations
  • Test Comparison - Compare multiple tests with AI-generated insights
  • 100+ Languages - Full multilingual support for global applications
  • Sandbox Mode - Test integration without consuming credits
  • ICR Technology - Intelligent Character Recognition, 79% faster than traditional OCR with structured JSON output
  • Continuous Updates - Improvements and fixes ship to all API versions with no version changes or migrations

API Versions

Version Status Features
v11 Latest Multi-file upload, optimized processing
v11-health Latest Health score + disease risk analysis
v1 (Analytics) Stable Trend Analysis, Nutrition, Comparison APIs
v10 Stable Health score calculation
v9 Stable Enhanced parameter extraction
Recommendation

We recommend using v11 for blood test analysis. Use the v1 Analytics APIs for trend analysis, nutrition recommendations, and test comparisons.

Quick Example

Here's a simple example to test the API using the sandbox endpoint:

curl -X POST "https://app.aibloodtestinterpret.com/api/v11/01-06-2025/sandbox" \
  -F "username=YOUR_USERNAME" \
  -F "password=YOUR_PASSWORD" \
  -F "language=en" \
  -F "file=@blood_test.pdf"

Next Steps

Frequently Asked Questions

What is Kantesti API?

Kantesti API is an AI-powered blood test analysis platform that provides instant medical insights. It includes APIs for blood test analysis, trend tracking, nutrition recommendations, and test comparisons.

How accurate is the AI blood test analysis?

In the latest open-source benchmark (September 2026), Kantesti AI achieved 98.89% accuracy on medical faculty examination questions from multiple universities. Results are for informational purposes only and are not a substitute for professional medical advice.

What languages are supported?

Kantesti API supports over 100 languages for blood test analysis and reporting, making it accessible for global healthcare applications.

Is there a free tier available?

Yes, Kantesti offers a sandbox environment for testing and a free tier for developers to get started with the API.

How often is the Kantesti API updated?

Kantesti rolls out comprehensive improvements and bug fixes to all API versions without changing version numbers. The most recent updates were released on 8 May, 21 July and 8 September 2026; the September release also updated the AI model, which is pinned to the latest model version.

What is a blood test API?

A blood test API (also called a lab test API or lab test AI API) is a programming interface that lets software send laboratory blood test results (as a PDF, image or structured data) to an analysis service and receive interpreted results back. The Kantesti Blood Test AI API returns extracted biomarkers, reference-range evaluation, plain-language explanations, health scores and recommendations as JSON.

How do I integrate the blood test AI API into my app?

Sign up for API credentials, test your integration with the free sandbox endpoint, then send a POST request with the blood test file to the analyze endpoint. The API returns structured JSON that you can display in web, mobile or clinical applications. Full examples are in the Getting Started guide.