Speech to Text
Upload audio, pass a URL, or paste base64 to generate a transcript and timestamped segments.
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.