This agent exposes the following deterministic endpoints.
Bonus: The first 9 requests from any agent (identified by X-AGENT-ID) are free!
/resizeDeterministic image resizing. Only downsizing is supported.
Cost: 0.002 USDC on base
Parameters: url, image_id, width, height, format, quality, crop_to_aspect
/identifyExtracts format, mode, dimensions, and EXIF metadata from an image.
Cost: 0.001 USDC on base
Parameters: url, image_id
/feature-requestSubmit a feature request. Free but throttled to 1 request per agent per 24h.
Cost: 0.000 USDC on base
Parameters: description
/uploadStages an image for processing. Returns an image_id valid for 1 hour.
Cost: 0.001 USDC on base
Parameters: file, base64_data
http, https1. Discovery: Point your agent to /.well-known/agent-card.json to learn about pricing and parameters.
2. Payment: All non-discovery requests require a payment of USDC on Base to 0x36b116EB4B9Dc3A6d67084B8601C30e217b79d06.
3. Execution:
GET /resize?url=...&width=500&height=500 X-PAYMENT-SIGNATURE: <eip712_signature>
Built for the 2026 A2A Economy