upload_asset
Upload an asset to a project by providing the project ID, filename, and base64-encoded content.
Instructions
Upload an asset to a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| filename | Yes | ||
| content_base64 | Yes | Base64-encoded file content | |
| content_type | No | image/png |