返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Ntriq X402 Screenshot Data Batch

批量从500张截图中提取文字、UI元素和数据,固定费用6.00 USDC,x402支付。

person作者: ntriq-ghhubclawhub

Screenshot Data Batch (x402)

Extract text, UI elements, layout structure, and data tables from up to 500 screenshots in one call. Flat $6.00 USDC. 100% local inference on Mac Mini.

How to Call

POST https://x402.ntriq.co.kr/screenshot-data-batch
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "images": [
    "https://example.com/screen1.png",
    "https://example.com/screen2.png"
  ],
  "extract_type": "full"
}

Parameters

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | images | array | ✅ | Screenshot URLs (max 500) | | extract_type | string | ❌ | full | text | data (default: full) | | language | string | ❌ | Output language (default: en) |

Example Response

{
  "status": "ok",
  "count": 2,
  "results": [
    {
      "image_url": "https://example.com/screen1.png",
      "status": "ok",
      "extract_type": "full",
      "analysis": "Dashboard showing sales metrics: Total Revenue $124,500, Active Users 3,421..."
    }
  ]
}

Payment

  • Price: $6.00 USDC flat (up to 500 screenshots)
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services