Why Aurigin

Aurigin’s API lets you instantly verify whether audio is AI-generated. We detect tell-tale acoustic and statistical patterns of AI-generated speech, returning clear predictions and confidence scores. Security teams, financial institutions, and platform providers use it to block fraud, safeguard communications, and maintain trust with their users.

Fast

Upload and get predictions in seconds with a single request.

Accurate

State-of-the-art detection models tuned for real‑world audio.

Simple

Clean REST API with copy‑paste examples in Python and Node.js.

Secure

API key auth and HTTPS across the stack.

Scalable

Built on AWS—scale from prototypes to production workloads.

Friendly

Clear responses and errors designed for quick integrations.

Get started

How it works

  1. Send your audio file to POST /predict.
  2. Receive predictions and confidences in the response.

Example response

{
  "error": [null, null],
  "global_probability": [0.9584, 0.9585],
  "predictions": ["fake", "fake"]
}

Need help?

Questions or feedback? Reach us at support@aurigin.ai.