GYAZO_ACCESS_TOKEN
: Your Gyazo account API token (required).Tool | Short Description |
---|---|
gyazo_image | Fetch image content and metadata from Gyazo |
gyazo_latest_image | Fetch latest uploaded image content and metadata from Gyazo |
gyazo_search | Full-text search for captures uploaded by users on Gyazo |
gyazo_upload | Upload an image to Gyazo |
gyazo_image
Parameters | Type | Description |
---|---|---|
id_or_url | string | ID or URL of the image on Gyazo |
gyazo_latest_image
Parameters | Type | Description |
---|---|---|
name | string |
gyazo_search
Parameters | Type | Description |
---|---|---|
query | string | Search keyword (max length: 200 characters). example: ‘cat’, ‘title:cat’, ‘app:“Google Chrome”’, ‘url:google.com’, ‘cat since:2024-01-01 until:2024-12-31’ NOTE: If you cannot find an appropriate capture, try rephrasing the search query to capture the user’s intent and repeat the search several times |
page | integer optional | Page number for pagination |
per | integer optional | Number of results per page (max: 100) |
gyazo_upload
Parameters | Type | Description |
---|---|---|
imageData | string | Base64 encoded image data |
app | string optional | Application name for the image (optional). |
description | string optional | Description for the image (optional) |
refererUrl | string optional | Source URL for the image (optional). |
title | string optional | Title for the image (optional) |