← 返回
未分类 中文

Ntriq X402 Screenshot Data

Convert screenshots into structured data — extract text, UI layout, tables, or charts from any screen image. Pay $0.02 USDC via x402.
将截图转换为结构化数据——从任意屏幕图像中提取文本、UI布局、表格或图表。费用 $0.02 USDC,通过 x402 支付。
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 341
下载
💾 1
安装
1
版本
#latest

概述

Screenshot to Data (x402)

Turn any screenshot into structured data. Extract all visible text, analyze UI layout, pull tables and charts, or get full structured JSON. Useful for agents that need to process screen captures, dashboard screenshots, or web page images. Pay $0.02 USDC per call via x402 (Base mainnet).

How to Call

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

{
  "image_url": "https://example.com/screenshot.png",
  "extract_type": "data"
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
image_urlstring✅ (or base64)URL of screenshot
image_base64string✅ (or url)Base64-encoded screenshot
extract_typestringfull (default), text, layout, data
languagestringOutput language (default: en)

extract_type Options

ValueWhat it does
--------------------
fullAll text, UI elements, layout, data as JSON
textAll visible text in reading order
layoutNavigation, buttons, forms, content areas
dataTables, charts, numbers, structured info

Example Response

{
  "status": "ok",
  "extract_type": "data",
  "analysis": {
    "tables": [
      {"headers": ["Month", "Revenue", "Users"], "rows": [["Jan", "$12,400", "340"], ["Feb", "$15,200", "412"]]}
    ],
    "charts": [{"type": "bar", "title": "Monthly Revenue", "trend": "increasing"}],
    "key_metrics": {"total_revenue": "$27,600", "total_users": 752}
  }
}

Payment

  • Price: $0.02 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

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

Navigation 3

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

Tavily 搜索

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