upload_file
Upload a local file to PDF4me storage, sending its content as base64. Returns a file reference for use in subsequent PDF processing tasks.
Instructions
Upload a local file to PDF4me storage using the UploadFile API (POST /api/v2/UploadFile). Sends payload with docName and docContent (base64). Returns the API response JSON/text (for example uploaded file reference details).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Local path to any file to upload. |