upload_file_v2
Upload files with base64 content to a user-scoped endpoint, with optional append or ephemeral flags for flexible file management.
Instructions
Upload a user-scoped file via /api/v2/files. Provide base64 file content and filename; optionally append or mark ephemeral.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| append | No | Append to an existing file | |
| ephemeral | No | Mark the file as ephemeral | |
| file_name | Yes | Name of the file to upload | |
| file_content | Yes | Base64 encoded file content |