The Speechdash public API is live
Create documents and generate speech from your own app. Same voices as the web product, same credit wallet.
The Speechdash public API is available at api.speechdash.com/v1. If you build a product where people need to listen to text, you can create documents and generate speech without opening the browser UI.
What the API does
The REST API mirrors the listening stack in the app:
- Create and manage documents in a user's library (text, title, language)
- Generate speech with the same voice presets, in many languages
- List, read, update, and delete documents as JSON
Documents created through the API appear at speechdash.com. Users can keep listening in the app, edit text, or export audio.
Speech synthesis uses the same cloud voices as in-app playback. Usage comes from the account credit wallet.
Who uses it
Teams reach for the API when listening should live inside another product: an LMS, an internal review tool, or a prototype that needs a spoken preview before a full UI.
If your users already have Speechdash accounts, they keep one wallet and one library. The API is another door, not a second product.
Auth and docs
Create keys under Settings → API. Keys are shown once.
Send Authorization: Bearer sh_live_… on every request. Invalid or revoked keys get a 401.
- API overview
- OpenAPI at api.speechdash.com/v1/openapi.json
- Marketing summary: Public API
Billing
| Action | Credits |
|---|---|
| Create a document | 0 (counts toward the plan document quota) |
| Generate speech | Same as cloud playback: 0.5 credits per started 30 seconds |
Speech requests hold an estimate, then settle to measured duration. Send an Idempotency-Key on create and speech so a retry does not double-charge.
Rate limits are per account, not per key. Responses include standard rate-limit headers.
First request
- Sign in and open Settings → API
- Create a key and copy it immediately
- Read the API overview
- POST a short text to
/v1/documents, or call/v1/audio/speechwith a voice and language
Start with two sentences before you send a chapter.
Related
Related guides
Call Speechdash from your own application. Create documents, generate natural speech with the same voices as the app,…
Stream natural document audio in the cloud on mobile and desktop. Better quality synthesis, resume on any device, and…
Upload PDFs, import web pages from a URL, or paste text into your library. Speechdash detects language automatically…
Speechdash pricing. Free includes 3 listening documents a day, 30-minute document uploads, and Eco listening on…