The fastest way for AI-assisted developers to share screenshots. No signup. No API keys. Just curl.
Upload and get a public URL in under 500ms. Perfect for AI workflows that need instant results.
Images automatically expire after 24 hours. No cleanup needed, no clutter, no worries.
Designed from the ground up for curl. LLMs can use it without complex integrations.
20 uploads per minute per IP. Prevents abuse while keeping it accessible.
Free tier supports images up to 3MB. Perfect for screenshots and optimized images.
Clean UUID-based URLs. Shareable, memorable, and professional.
LLMs with tool-calling capabilities can use this API directly. Here are example schemas for popular AI platforms:
{
"name": "upload_image",
"description": "Upload an image file and get a public URL",
"parameters": {
"type": "object",
"properties": {
"image": {
"type": "string",
"description": "Base64-encoded image data or file path"
}
},
"required": ["image"]
}
}{
"name": "upload_image",
"description": "Upload an image file and get a public URL",
"input_schema": {
"type": "object",
"properties": {
"image": {
"type": "string",
"description": "Base64-encoded image data or file path"
}
},
"required": ["image"]
}
}