API Reference
Image Tools
Compress, resize, crop, convert, rotate, watermark, and strip EXIF from images in the cloud. No local engine.
all core 11 API calls
Plugin ID: image-tools
API calls
Every tool Image Tools exposes. Click a call to see its full parameter schema.
Invoking from code
Authenticate with a bearer token, then call any tool above. This example runs
image_status
for the image-tools app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "image-tools", "toolName": "image_status", "args": {} }'