authorize_application
Authorize an employer-direct application for a specific job, then receive the employer's own application URL to submit yourself—no résumé or personal data is transmitted.
Instructions
Record an authorized, employer-direct application. REFUSES résumés.
(Formerly apply — renamed to make explicit that this only records the user's
authorization to apply as themselves; it never submits anything on their behalf.)
This tool never accepts a résumé, file, cover letter, name, email or phone — a résumé never transits the server. It only takes a job_id, an anonymous fingerprint, and an explicit per-job authorization. On success it returns the apply_channel (the employer's own application URL) for the user to submit as themselves, plus resume_transmitted=false. Do NOT paste résumé content into any argument.
Args: job_id: the job to apply to (from search_jobs / check_watches). fingerprint: the user's anonymous fingerprint. authorized: must be true — explicit per-job consent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| authorized | Yes | ||
| fingerprint | Yes |