In-app assistant

POST /assistant/sessions/{id}/voice-turns 工作階段或 API 金鑰

Append one completed spoken exchange to the transcript.

Only on an interview session. Lets a call continued by typing carry the spoken turns forward in context. Returns 204 No Content.

路徑參數

id string (UUID) 必填
The session id.

請求內容

role string 必填
user or assistant.範例 user
content string 必填
The transcribed/spoken text.
curl
curl -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/voice-turns" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" -H 'Content-Type: application/json' \
  -d '{"role":"user","content":"I led the migration to Kubernetes."}'

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

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

A new version of freehire is available