Speech-to-Digits API with 95% Accuracy
⚡ Public Beta - Free while we validate
EchoEntry API converts spoken numbers into accurate digits. Perfect for healthcare apps, warehouse systems, IVR, and any application requiring numeric voice input.
https://api.echoentry.ai
All API requests require an API key passed in the X-Api-Key header.
demo_key_12345 to test the API immediately (shared, 100 calls/day limit)
/v1/transcribe
Transcribe spoken digits from audio to text
| Parameter | Type | Required | Description |
|---|---|---|---|
file |
File | Required | Audio file containing spoken digits (WAV, WEBM, MP3, OGG, M4A, FLAC) |
X-Api-Key |
Header | Required | Your API authentication key |
| Field | Type | Description |
|---|---|---|
success |
Boolean | Whether the transcription was successful |
filename |
String | Original filename of the uploaded audio |
raw_text |
String | Full transcription text before digit extraction |
digits |
String | Extracted digits only (main output) |
request_id |
String | Unique identifier for this request (future use) |
api_key_used |
String | The API key used for this request |
Note: Limits are documented but not yet enforced. We're monitoring usage and will add enforcement if needed.
EchoEntry API is completely free during the beta phase while we validate demand and gather feedback.
| Key Type | Price | Monthly Limit | Best For |
|---|---|---|---|
| Demo Key | Free | 100 calls/day (shared) | Quick testing, code examples |
| Personal Key | Free | 1,000 calls/month | Development, small projects, prototypes |
Future: Usage-based pricing may be introduced after beta validation. Early users will get grandfathered rates and advance notice before any pricing changes.
Need help? Have questions? Found a bug?