In-app assistant
POST /assistant/sessions/{id}/opening 工作階段或 API 金鑰
Have the assistant speak first, on an `interview`/`debrief` session.
Streams one turn under a server-side brief (no body), the same SSE shape as .../messages. 409 if the session’s preset does not open by itself, or if it already has an assistant message (an opening cannot be re-run).
路徑參數
idstring (UUID) 必填- The session id.
curl -N -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/opening" -H "Authorization: Bearer $FREEHIRE_API_KEY"