Speech

POST /speech/transcriptions 工作階段或 API 金鑰

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 $FREEHIRE_API_KEY" \
  -F "[email protected]"
json — response
{ "data": { "text": "remote go engineer roles in Berlin" } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available