apply_prefill
Builds a PrefillPlan by mapping your resume data to common ATS form fields, enabling efficient job application prefill while excluding sensitive fields.
Instructions
Build a PrefillPlan by mapping resume data to common ATS form fields.
Sensitive fields (password, card, SSN, IBAN, DOB) are NEVER in fields.
They are listed in excluded_sensitive for auditability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | Target JobPosting. | |
| json_resume | Yes | Candidate's JSON Resume. | |
| cover_letter | No | Optional cover letter text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply_url | Yes | ||
| fields | No | ||
| unmapped | No | ||
| excluded_sensitive | No | ||
| warnings | No |