← 返回
未分类

Ntriq X402 Screenshot Data Batch

Batch extract text, UI elements, and data from up to 500 screenshots. Flat $6.00 USDC via x402.
批量从500张截图中提取文字、UI元素和数据,固定费用6.00 USDC,x402支付。
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 310
下载
💾 1
安装
1
版本
#latest

概述

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

ParameterTypeRequiredDescription
----------------------------------------
imagesarrayScreenshot URLs (max 500)
extract_typestringfull \text \data (default: full)
languagestringOutput 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 70,287
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 274 📥 101,048
dev-programming

Navigation 3

ntriq-gh
学习如何安装并迁移到 Jetpack Navigation 3,以及实现深度链接、多个返回栈、场景(如对话框...)等功能和模式。
★ 0 📥 462