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.
We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
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())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/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.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
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?
SpeechText.AI API API is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.