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 -X POST "https://freehire.me/api/v1/speech/transcriptions" \
-H "Authorization: Bearer $FREEHIRE_API_KEY" \
-F "[email protected]"{ "data": { "text": "remote go engineer roles in Berlin" } }