upload_resume
Upload a resume file to sync with your profile or add as an alternate resume. Supports PDF, DOC, and DOCX formats up to 5MB.
Instructions
Upload a resume as base64 file content. Supported formats: PDF, DOC, DOCX. Maximum file size: 5MB. Read the file from the user's machine and pass the base64-encoded content. By default, your profile will be synced with the resume content. Use isAltResume to upload as an alternate resume instead of replacing your primary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileContent | Yes | Base64-encoded file content of the resume. Read the file and pass the base64 content here. | |
| fileName | Yes | Original filename including extension (e.g. "resume.pdf") | |
| syncProfile | No | Whether to sync profile with resume content (default: true). Ignored for alt resumes. | |
| isAltResume | No | Upload as an alternate resume instead of replacing the primary resume (default: false) |