In-app assistant
POST /assistant/sessions 工作階段或 API 金鑰
Start a new conversation.
查詢參數
presetstring- One of
chat(default),profile,browse,interview,debrief.範例chat jobstring- Public slug of an application you hold. Required for
interview/debrief, ignored otherwise.範例senior-go-engineer-acme-1a2b
curl -X POST "https://freehire.me/api/v1/assistant/sessions?preset=chat" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "id": "b2f1c2b0-6e2a-4c9e-9c2e-0a1b2c3d4e5f", "preset": "chat", "label": "" } }