SpeechText.AI API API
SpeechText.AI API API — free tier with API key
SpeechText.AI API API exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.
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."
}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
/recognize?key=SECRET_KEY&url=PUBLIC_URL&language=en-US&punctuation=true&format=mp3PROBEDSpeechText.AI API API — free tier with API key
/recognize?limit=5Recognize — documented GET route.
/recognize?page=1Recognize — documented GET route.
/results?key=SECRET_KEY&task=TASK_ID&summary=true&summary_size=15&highlights=true&max_keywords=10Results — documented GET route.
/results?key=SECRET_KEY&task=TASK_ID&output=srt&max_caption_words=10Results — documented GET route.
/recognizeRecognize — documented GET route.
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.
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.