Convert and compress images to WebP, AVIF, JPEG or PNG
Convert and compress images to WebP, AVIF, JPEG or PNG. Optimize and shrink photos for web and CDN delivery from any image URL.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
649 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://imgopt.use.x402atlas.com/optimize
| Category | Image and media |
|---|---|
| Provider host | imgopt.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 649 ms |
Example input (from the provider)
{
"body": {
"format": "webp",
"image_url": "https://www.gstatic.com/webp/gallery/1.jpg",
"quality": 80
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"format": {
"description": "Output format: webp, jpeg, jpg, png or avif (default webp)",
"enum": [
"webp",
"jpeg",
"jpg",
"png",
"avif"
],
"type": "string"
},
"image_url": {
"description": "Absolute http(s) URL of the image to optimize",
"type": "string"
},
"quality": {
"description": "Encoding quality 1..100 (default 80)",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"image_url"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}