SpeechText.AI API API

SpeechText.AI API API — free tier with API key

🔭 Science & SpaceDEADchecked 5h ago
AUTH APIKEYCORS AGENT ?HTTPS COMMERCIAL ?

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

0REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: 0 · dead
🪦 DEADTHE GRAVEYARD
Uptime history
0.0%90d reachable
0.0%30d reachable
5hLast check · since JUL 8
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.speechtext.ai/recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3

{
  "error": "API key is expired or you don't have permissions to call this endpoint! Contact our support team for more details."
}
Call itcurl · fetch · python
curl "https://api.speechtext.ai/recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3"
const res = await fetch("https://api.speechtext.ai/recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.speechtext.ai/recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3")
print(res.json())

THIS API IS DEAD — NOTHING TO RUN

Endpoints · 6DeadFULL DOCS ↗
Unreachable — GET /recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3 not responding
GET/recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3PROBED

SpeechText.AI API API — free tier with API key

GET/recognize?limit=5

Recognize — documented GET route.

GET/recognize?page=1

Recognize — documented GET route.

GET/results?key=SECRET_KEY&task=TASK_ID&summary=true&summary_size=15&highlights=true&max_keywords=10

Results — documented GET route.

GET/results?key=SECRET_KEY&task=TASK_ID&output=srt&max_caption_words=10

Results — documented GET route.

GET/recognize

Recognize — documented GET route.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. 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.

SpeechText.AI API API: common questions

Is SpeechText.AI API API free to use?

Yes — SpeechText.AI API API is a free science & space API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does SpeechText.AI API API need an API key?

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

Can I call SpeechText.AI API API from the browser?

Not directly — SpeechText.AI API API doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is SpeechText.AI API API up right now?

As of our last scheduled check, SpeechText.AI API API is dead. We re-probe it every sweep — the status badge and uptime chart above always show the latest.