Submit a Confirmed Job Application
apply_to_jobSubmit only the exact, visible compiled artifact after the email-verified human principal approves its hash. Requires the single-use approval authorization, an API key, and principal_authorized=true. Candidates and agents are never charged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Active job UUID returned by search_jobs or get_job. | |
| compiled_artifact_id | Yes | Private artifact ID returned by compile_job_specific_resume. | |
| principal_authorized | Yes | True only after the named candidate explicitly authorizes this exact application. | |
| compiled_artifact_hash | Yes | Exact SHA-256 hash of the candidate-approved compiled artifact. | |
| compiled_authorization_id | Yes | Short-lived single-use authorization returned by approve_compiled_application. |