passgage_upload_file
Upload files to Passgage securely via presigned URLs, supporting profile photos, documents, attachments, and reports.
Instructions
Upload a file to Passgage using presigned URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | No | Purpose of the file upload (optional) | |
| filename | Yes | Name of the file to upload | |
| file_data | Yes | Base64 encoded file data or file path | |
| content_type | Yes | MIME type of the file (e.g., image/jpeg, application/pdf) |