API Documentation

Integrate authio's advanced AI detection technology into your applications with our powerful and simple REST API. Achieve 99.42% accuracy.

API Testing Console

Production endpoint testing with real-time validation

API Status
Connecting...

Test Configuration

Select analysis depth:

Drop your audio file here

or click to browse

MP3WAVFLACM4A

Maximum file size: 100MB

High Performance

12 concurrent analyses

99.42% Accuracy

12 neural networks

Flexible Rate Limits

10-1000 req/min by tier

99.9% Uptime

Enterprise SLA

API Endpoints

All API requests (except /health) require authentication via X-API-Key header.

POST/analyze

Analyze audio with ensemble detection

Authentication

X-API-Key header

GET/models

List available detection models

Authentication

X-API-Key header

GET/health

System health status check

Authentication

No authentication required

Rate Limits & Tiers

Choose the plan that fits your needs. All tiers include access to our 12 neural networks.

Starter

10 req/min

2 GPU slots

Professional

60 req/min

4 GPU slots

Business

200 req/min

6 GPU slots

Enterprise

500 req/min

10 GPU slots

Custom

1000 req/min

12 GPU slots

Analysis Levels

Three analysis levels optimized for different use cases, powered by our ensemble of neural networks.

Standard

5 models

~1 second processing

  • • 95.2% accuracy
  • • Fast detection
  • • Real-time applications

Benchmark

7 models

~1.5 seconds processing

  • • 97.8% accuracy
  • • Balanced performance
  • • Production workloads

Forensic

12 models

~2-3 seconds processing

  • • 99.42% accuracy
  • • Maximum precision
  • • Platform detection

Quick Start

Get started with authio API in minutes. Choose your preferred language below.

# Standard analysis
curl -X POST "https://authio.io/api/v1/analyze" \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "file=@audio.mp3" \
  -F "level=standard"

# Forensic analysis with 99.42% accuracy
curl -X POST "https://authio.io/api/v1/analyze" \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "file=@audio.mp3" \
  -F "level=forensic"