extract_resume_v1_documents_resume_post
Extract structured JSON from a PDF resume by providing a file URL or base64 data, enabling reliable parsing for AI agents.
Instructions
Process a PDF resume and return structured JSON.
Cost: 10 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_url | No | URL to the PDF file | |
| pdf_base64 | No | Base64 encoded PDF string |