{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "cnvrt-ing-api-analyze-image",
  "title": "CNVRT \u00b7 Extract OCR and objects from image",
  "url": "https://cnvrt.ing/api/analyze-image",
  "category": "ai",
  "summary": "Extract raw machine-readable data from images including OCR text and detected objects without interpretation.",
  "seo": {
    "title": "CNVRT Image Analysis API - OCR & Object Detection",
    "description": "Extract OCR text and detected objects from images via CNVRT. Pay 0.005 USDC per analysis on Base. GPT-4o Vision powered perception layer."
  },
  "use_cases": [
    "Document digitization and data extraction",
    "Inventory counting from photos",
    "Accessibility text extraction from images"
  ],
  "ideal_buyer": "Autonomous systems and perception agents requiring structured data extraction from visual inputs.",
  "example_prompt": "Analyze this receipt image and extract all text and item locations",
  "example_request_body": {
    "url": "https://example.com/receipt.jpg",
    "detail": "high"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.062,
    "median_category_atomic": 80000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xfad67ce5a834e68d5533ba7ac08619ff82a42084",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "5000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Extract raw artifacts from images: OCR text and detected objects. No interpretation, just clean machine-readable data. Powered by GPT-4o Vision. Payment via USDC on base.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "discoverable": true
        },
        "output": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "bodyFields": {
              "url": {
                "type": "string",
                "required": false,
                "description": "Public image URL to analyze"
              },
              "file": {
                "type": "string",
                "required": false,
                "description": "Base64 encoded image data (data:image/...;base64,...)"
              },
              "detail": {
                "type": "string",
                "required": false,
                "description": "Analysis detail level: 'low' (faster), 'high' (detailed), 'auto'. Default: high"
              }
            }
          },
          "output": {
            "type": "object",
            "required": [
              "success"
            ],
            "properties": {
              "success": {
                "type": "boolean",
                "description": "Operation success"
              },
              "metadata": {
                "type": "object",
                "properties": {
                  "model": {
                    "type": "string",
                    "description": "Extraction model used"
                  },
                  "detail_level": {
                    "type": "string",
                    "description": "Detail level used"
                  },
                  "schema_version": {
                    "type": "string",
                    "description": "Output schema version (v1.0)"
                  }
                }
              },
              "ocr_text": {
                "type": "string",
                "description": "Raw extracted text (null if none)"
              },
              "detected_objects": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "List of detected objects/entities"
              }
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "cnvrt-ing",
    "host": "cnvrt.ing",
    "title": "CNVRT - Perception Layer for Autonomous Systems",
    "description": "We're not building agents.... we're waking them up.",
    "url": "https://cnvrt.ing",
    "og_image": "https://cnvrt.ing/assets/cnvrt.png",
    "favicon": "https://cnvrt.ing/assets/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/cnvrt-ing-api-analyze-image",
    "url": "https://x402all.com/resource/cnvrt-ing-api-analyze-image",
    "name": "CNVRT \u00b7 Extract OCR and objects from image",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/cnvrt-ing-api-analyze-image",
      "@type": "Offer",
      "price": "0.005",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.005000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://cnvrt.ing/api/analyze-image",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/cnvrt-ing",
      "url": "https://cnvrt.ing",
      "name": "CNVRT - Perception Layer for Autonomous Systems",
      "@type": "Organization"
    },
    "identifier": "cnvrt-ing-api-analyze-image",
    "description": "Extract OCR text and detected objects from images via CNVRT. Pay 0.005 USDC per analysis on Base. GPT-4o Vision powered perception layer.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=cnvrt-ing-api-analyze-image",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=cnvrt-ing-api-analyze-image"
}
