SignalHarness Text Chunk Structurer is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Splits a text string into structured chunks with a configurable maximum character size, returning chunk array, count, and a source hash.
Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.
Returns a JSON object containing an array of text chunks, the total chunk count, and a SHA-256 hash of the source text. Also includes execution metadata such as payment receipt, request ID, and latency details.
POSThttps://signalharness.ai/api/agent/services/text_chunk_structure/invokeChoose this endpoint when you need deterministic, reproducible text chunking with a verifiable source hash — especially useful in RAG pipelines, embedding workflows, or any system where you need to confirm chunk provenance. Prefer it over ad-hoc string splitting when you need structured output (chunk array + count + hash) and a pay-per-call micropayment model fits your usage pattern.
| Field | Type | Description |
|---|---|---|
| text | string | |
| maxChunkChars | integer |
{
"type": "json",
"example": {
"replay": false,
"result": {
"chunks": [
{
"id": "example000",
"end": 0,
"hash": "0000000000000000000000000000000000000000000000000000000000000000",
"text": "Example caller-supplied content.",
"start": 0,
"ordinal": 0,
"estimatedTokens": 1,
"headingHierarchy": [
"example"
]
}
],
"chunkCount": 0,
"sourceHash": "0000000000000000000000000000000000000000000000000000000000000000"
},
"status": "succeeded",
"receipt": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"usage": [],
"status": "succeeded",
"network": "eip155:8453",
"artifacts": [],
"endedAtMs": 0,
"latencyMs": 0,
"paymentId": "example-payment",
"receiptId": "example-receipt",
"requestId": "example-request",
"serviceId": "text_chunk_structure",
"executionId": "example-execution",
"startedAtMs": 0,
"amountAtomic": "10000",
"resultSha256": "fee508f9f11138fc85b0266678dd3eb921bd79d1c0bbf7206f5505fd2f11bb12",
"serviceVersion": "1.0.0",
"settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"artifacts": [],
"requestId": "example-request",
"executionId": "example-execution"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"