{
  "x402Version": 2,
  "id": 13619,
  "slug": "13619",
  "resource": "https://image-captioner.pdfextractapi.workers.dev/caption",
  "description": "Generate a caption, alt text, tags, and dominant colors for an image.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0AC44BECC6302298f01ed255B175ca1060C189E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "photo.jpg"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "alt_text": "Golden retriever running across a park",
            "caption": "A golden retriever running across a grassy park on a sunny day.",
            "contains_text": false,
            "dominant_colors": [
              "green",
              "gold",
              "blue"
            ],
            "tags": [
              "dog",
              "golden retriever",
              "park",
              "grass",
              "outdoors",
              "running"
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "file": {
                    "format": "binary",
                    "type": "string"
                  }
                },
                "required": [
                  "file"
                ]
              },
              "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"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "image-captioner.pdfextractapi.workers.dev",
  "lastUpdated": "2026-08-27T13:53:22.535Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T13:53:22.147Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "image-captioner.pdfextractapi.workers.dev",
    "manifest_name": "image-captioner.pdfextractapi.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}