Kantesti API Documentation

Build powerful health applications with our AI-powered APIs. Blood test analysis, nutrition recommendations, trend tracking, and more with 100+ language support.

Our Health AI APIs

AI Blood Test Analyze API

Upload blood test images or PDFs for instant AI analysis. Extract parameters, get medical interpretations, and health scores with 99.84% accuracy.

Explore API →
Trend Analysis API

Analyze health parameter trends over time. Identify improvements, deteriorations, and get actionable insights from historical blood test data.

Explore API →
Nutrition Diet AI with Supplement Recommendation API

Generate personalized nutrition plans, diet recommendations, and supplement suggestions based on blood test results and patient profile.

Explore API →
AI Blood Test Comparison API

Compare multiple blood tests to identify changes, improvements, and areas requiring attention with AI-powered analysis and insights.

Explore API →
ICR - Intelligent Character Recognition API New

Advanced document text extraction with 79% higher performance than OCR. Structured JSON output with table detection, document type recognition, and 100+ language support. Released February 14, 2026.

Explore ICR API →
Family Health Risk Assessment API New

AI-powered hereditary disease risk analysis for families. Assess genetic predispositions, get preventive recommendations, and generate comprehensive family health reports.

Explore API →
Quick Start

Get up and running in minutes

Authentication

Learn about API credentials

All Endpoints

Complete API reference

Base URL
https://app.aibloodtestinterpret.com

Overview

The Kantesti Health AI APIs provide comprehensive blood test analysis and health insights powered by advanced AI technology. Our APIs use a 2.78T parameter neural network to deliver specialist-level medical insights in under 60 seconds with 99.84% accuracy.

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

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