pinterest_get_image_info
Extract detailed information from Pinterest images using the provided URL to enhance image search and retrieval processes.
Instructions
Get Pinterest image information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_url | Yes | Image URL |
Input Schema (JSON Schema)
{
"properties": {
"image_url": {
"description": "Image URL",
"type": "string"
}
},
"required": [
"image_url"
],
"type": "object"
}