In-app assistant
POST /assistant/sessions/{id}/opening Session or API key
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).
Path parameters
idstring (UUID) required- The session id.
curl -N -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/opening" -H "Authorization: Bearer $HIREALL_API_KEY"