Announcements

  1. šŸ”Œ API Access — Transcribe Audio Programmatically

    WisprDash now offers a public REST API for audio transcription. Generate API keys directly from your dashboard and integrate speech-to-text into your own apps, workflows, and automations.

    What's included:

    • Transcription endpoint — Send any audio file (MP3, WAV, WebM, OGG, FLAC, M4A) up to 25MB and get back transcribed text
    • API key management — Create up to 5 keys with flexible durations (24 hours, 1 week, 1 month, 1 year)
    • Usage tracking — Every API call counts toward your plan's word limit, viewable in your dashboard
    • Code examples — Ready-to-use snippets for cURL, Python, JavaScript, and Node.js
    • Available on all paid plans — LTD, Pro, and Team, (Free plan users can upgrade to unlock)
    POST https://wisprdash.app/api/user-api/transcribe
    Authorization: Bearer your_api_key
    Content-Type: multipart/form-data
    
    → { "text": "Your transcribed text", "words_used": 5 }