ToolAssay

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

CategoryImage and media
Provider hostimgopt.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
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"
}

This page as JSON