Install
openclaw skills install ntriq-x402-document-intel-batchBatch document OCR, classification, and extraction for up to 500 images. Flat $15.00 USDC via x402.
openclaw skills install ntriq-x402-document-intel-batchProcess up to 500 document images in one call — OCR, classification, table extraction, and summarization. Flat $15.00 USDC. 100% local inference on Mac Mini.
POST https://x402.ntriq.co.kr/document-intel-batch
Content-Type: application/json
X-PAYMENT: <x402-payment-header>
{
"images": [
"https://example.com/contract1.jpg",
"https://example.com/report2.jpg"
],
"analysis_type": "extract"
}
| Parameter | Type | Required | Description |
|---|---|---|---|
images | array | ✅ | Document image URLs (max 500) |
analysis_type | string | ❌ | extract | summarize | classify | table (default: extract) |
language | string | ❌ | Output language (default: en) |
{
"status": "ok",
"count": 2,
"results": [
{
"image_url": "https://example.com/contract1.jpg",
"status": "ok",
"analysis_type": "extract",
"analysis": "SERVICE AGREEMENT\nDate: January 15, 2026\nParties: ..."
}
]
}
curl https://x402.ntriq.co.kr/services