Account, plan & extension
POST /me/autofill/run Browser extension only
Drive your own browser to fill an application form.
Runs the autofill agent over the browser-tool wire — your extension on one end, the agent on the other, routed strictly within your own channel. Requires the extension to be connected, and authenticates only as the extension itself — a session cookie or an API key gets a 403, since this call writes into whatever form your browser has open, not just reads it.
curl -X POST "https://freehire.me/api/v1/me/autofill/run" -H "Authorization: Bearer <extension session token>"{ "data": { "filled": 11, "skipped": 2 } }