image-to-markdown
Convert images to markdown format with metadata and descriptions. Use URL for online images or server filepath for local files after upload.
Instructions
Convert an image to markdown, including metadata and description. Use 'url' for online image files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | Server-side absolute path of the image file (file must exist on the server filesystem) | |
| url | No | URL of the image file to download and convert (recommended for remote files) |