upload-job-file
Upload PDF, DOCX, or TXT job description files to extract structured data including job titles, requirements, qualifications, and company details.
Instructions
Upload a job description file (PDF, DOCX, TXT) as base64-encoded content and parse it into structured job data. Returns extracted job title, requirements, qualifications, and company info. Use this when the job description is in a file rather than plain text. Max file size ~10 MB. Requires scope: upload:write. For plain text or URL-based job descriptions, use upload-job-text instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileBase64 | Yes | Base64-encoded file content (PDF, DOCX, etc.) — max ~10 MB | |
| filename | Yes | Original filename with extension | |
| contentType | No | MIME type |