Account, plan & extension
GET /me/autofill-profile Session or API key
Your contact details in canonical autofill fields.
Projected from your CV header, with the account email as a fallback — what the extension writes into application forms.
curl "https://freehire.me/api/v1/me/autofill-profile" -H "Authorization: Bearer fhk_…"{ "data": { "first_name": "Ilya", "last_name": "Strelov", "email": "you@example.com", "phone": "+1…", "linkedin": "https://linkedin.com/in/you", "portfolio": "https://ilya.dev" } }