Speech to Text

Upload audio, pass a URL, or paste base64 to generate a transcript and timestamped segments.

Or upload audio

Supported formats

MP3, WAV, MP4, MPEG, WEBM (max 50MB)

Or record from browser

Click "Start recording" and allow microphone access.

Input precedence: upload, then base64, then URL.

Transcript

Output

No transcript yet

Submit audio input to see transcript and timestamps here.

API usage

Transcribe audio via API

$0.0070 / request /api/audio/transcribe/v1

Example request

curl -X POST https://api.fikia.com/api/audio/transcribe/v1 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"audio_url": "https://example.com/interview.wav", "language": "en"}'

Useful when

  • Transcribe interviews, calls, and podcasts into searchable text.
  • Create subtitle drafts with rough timing from uploaded media.
  • Feed transcripts into summarization or support analytics tools.