In-app assistant
POST /assistant/sessions/{id}/autopilot 僅限工作階段
Run an unattended CV-tailoring pass as one long streamed turn.
Session-only, not API-key — an unattended run edits a CV, and the browser is the only place you can watch it happen and undo it. Requires a tailor session bound to both a CV and a vacancy (409 otherwise). Same SSE shape as .../messages, no body; every edit lands in one revision batch, so undoing the run is reverting that batch.
路徑參數
idstring (UUID) 必填- The session id.
curl -N -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/autopilot" -b cookies.txt