Speech

POST /speech/transcriptions Session or API key

Transcribe one short audio recording to text.

Multipart upload of the file part — webm, mp4, m4a, ogg, wav, or mp3, capped at ~8 minutes of audio (2 MB) and rate-limited to 60 recordings/hour per caller. 501 when no speech gateway is configured, 502 if the gateway call itself fails, 400 for an empty recording.

curl
curl -X POST "https://freehire.me/api/v1/speech/transcriptions" \
  -H "Authorization: Bearer $HIREALL_API_KEY" \
  -F "file=@dictation.webm"
json — response
{ "data": { "text": "remote go engineer roles in Berlin" } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available