Turn tabular text — pasted tables, statements, reports, CSV-ish fragments — into...
https://api-v3qhpbwutp.august.services/v1/tableOverview
Turn tabular text — pasted tables, statements, reports, CSV-ish fragments — into clean JSON rows with consistent column names. Handles ragged formatting that regex-based parsers break on. The cloud equivalent for table extraction bills around $15 per 1,000 pages.
Protocol
x402 (POST)
Price
$0.05
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
api-v3qhpbwutp
Source
self-registered
Indexed
2026-07-29 02:49:13
Health
Status
healthy
Latency (p50)
769ms
Uptime (30d)
100.0%
Reliability Score
85/100
Last Checked
2026-07-30 03:41:29
Last Healthy
2026-07-30 03:41:29
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"text": "Item Qty Price\nWidget 2 4.50\nGizmo 10 1.25"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"example": {
"columns": [
"Item",
"Qty",
"Price"
],
"rows": [
{
"Item": "Widget",
"Price": "4.50",
"Qty": "2"
}
]
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-30 03:41:29 | healthy | 402 | 360ms | |
| 2026-07-29 22:55:05 | healthy | 402 | 350ms | |
| 2026-07-29 18:05:05 | healthy | 402 | 769ms | |
| 2026-07-29 09:19:23 | healthy | 402 | 858ms |