Speech to Text
Turn audio into structured, speaker-aware text.
Submit an uploaded file or a remote URL through one familiar multipart interface. TaskInfer validates inputs up to 100 MB and returns the response format your workflow requests.
Workflow
A direct path from request to result.
Each product keeps the interface focused on one concrete audio task.
Send audio
Use a local upload or place a public HTTPS URL in the same file field.
Choose structure
Request text, JSON, timestamps, or speaker-labelled verbose JSON.
Use the transcript
Feed consistent output into search, analysis, summaries, or agents.
Capabilities
Built around Speech to Text.
Transcribe multi-speaker audio with timestamps and structured output.
Label speakers in verbose JSON for calls, interviews, and meetings.
Request segment or word timestamps when downstream timing matters.
Choose text, JSON, or verbose JSON without changing endpoints.
API
A contract designed for developers.
A multipart transcription request compatible with the familiar OpenAI Whisper request shape.
curl https://taskinfer.com/v1/audio/transcriptions \
+ -H "Authorization: Bearer $TASKINFER_API_KEY" \
+ -F file=https://cdn.example.com/interview.mp3 \
+ -F response_format=verbose_jsonUsage-based pricing
50 credits per started audio second
Each started audio second is billed individually.
Go deeper