SpeechText.AI API API

SpeechText.AI API API — free tier with API key

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.

REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6On scheduleFULL DOCS ↗
On schedule — auth-wall reachability checks pending
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

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.