Audexum

Audexum — free tier with API key

🔧 Developer ToolsHEALTHYchecked 1h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

Audexum exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.

93HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 93 · healthy
Uptime history
97.1%90 days
95.0%30 days
417P50 · ms
1103P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 140 ms, slowest 622 ms, most recent 216 ms.
Live response samplecaptured by our last successful check
GET https://audexum.com/health

{
  "status": "ok",
  "model": "supertonic-3",
  "loaded": true
}
Call itcurl · fetch · python
curl "https://audexum.com/health"
const res = await fetch("https://audexum.com/health");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://audexum.com/health")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /health417 mschecked 1h ago
GET/healthPROBED

Audexum — free tier with API key

GET/ping

Lightweight ping endpoint.

GET/status

Service status metadata.

GET/api/synthesize

Synthesize — documented GET route.

GET/api/batch

Batch — documented GET route.

GET/api/batch/$JOB_ID

$JOB ID — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Audexum: common questions

Is Audexum free to use?

Yes — Audexum is a free developer tools API. Free tier: Free tier — key may be required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Audexum need an API key?

Yes — Audexum needs a free API key, which you pass on each request. Rate limits: Unpublished.

Can I call Audexum from the browser?

Yes — Audexum returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Audexum up right now?

As of our last scheduled check, Audexum is healthy with 97.1% uptime over 90 days and a 417 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.