ashby_get_resume
Fetch and read a candidate's resume using the file handle. Extracts text from PDF, DOCX, and plain text files; returns download URL for other formats.
Instructions
Download and read a candidate's resume or uploaded file.
Use this after ashby_get_candidate to read the actual content of a resume or file. Takes a file handle string from the candidate's fileHandles array. Fetches the file URL from Ashby, downloads the file, and returns the text content.
Supports PDF, DOCX (as plain text), and plain text files. For other formats, returns the download URL.
Response: filename, content (extracted text), or url (for unsupported formats).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Original filename (helps determine format). Optional. | |
| file_handle | Yes | The file handle string from a candidate's fileHandles array. |