CV builder & tailoring
POST /me/cvs/tailor Session only
Start tailoring a CV toward one vacancy.
Copies your base CV into a vacancy-bound tailored one and mints the short-lived credential its agent session runs on. Requires a cached match analysis for the job (409 otherwise) and a base CV — one is seeded from your stored history when you have none, and it is a 409 when there is nothing to seed from. Calls no LLM itself.
Body
job_slugstring required- The vacancy to tailor toward.
curl -X POST "https://freehire.me/api/v1/me/cvs/tailor" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"job_slug":"senior-backend-engineer-acme-1a2b"}'{ "data": { "tailor_cv_id": "7d1a…", "base_cv_id": "0f2c…", "session_id": "s_9f…", "analysis": { "overall_score": 72, "verdict": "worth_applying" } } }