upload_image
Upload an image file to ImgBB and obtain its public URL. Optionally set a name and expiration time for automatic deletion.
Instructions
Upload a single image file to ImgBB and return its public URL.
Args: file_path: Absolute or relative path to the image file. name: Optional name for the image on ImgBB. expiration: Optional expiration time in seconds (60-15552000). After this time the image is automatically deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| file_path | Yes | ||
| expiration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |