$0.001
per call · USD Coin on Base
Compress long documents and RAG inputs into token-budgeted, deduplicated context packs with source-linked provenance. Returns original and compiled token counts, so the saving is verifiable. Net-positive above N = fee / (r x p) tokens: r your reduction, p your input price. Extractive and budget-bound, so check includedPassages before relying on it. Ranks Latin, Cyrillic, Greek, Arabic and CJK; CJK coarser (bigrams). Not for tabular or heavily-structured payloads.
Endpoint
POST https://www.mahastrategies.com/api/v1/compress9
Calls / 30d
7
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://www.mahastrategies.com/api/v1/compress", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"budgetMode": "guaranteed",
"clientRequestId": "req_rag_release_001",
"documents": [
{
"id": "release-notes",
"text": "Release may proceed after the security owner attaches credential-rotation evidence. The production canary passed in every region.\n\nRoutine notes cover staffing, dashboards, meeting cadence, maintenance calendars, regional handoffs, historical capacity, and documentation formatting.",
"title": "Release notes"
},
{
"id": "rollback-runbook",
"text": "Rollback if API errors exceed 2 percent for five minutes or payment failures breach the alert threshold. Restore the last-known-good deployment before reopening traffic.\n\nRoutine notes cover staffing, dashboards, meeting cadence, maintenance calendars, regional handoffs, historical capacity, and documentation formatting.",
"title": "Rollback runbook"
}
],
"provenance": "compact",
"scoring": "bm25",
"task": "Find the release condition and rollback trigger while removing duplicate operational background.",
"tokenBudget": 128
}),
});
const data = await res.json();curl -X POST \
"https://www.mahastrategies.com/api/v1/compress" \
-H "Content-Type: application/json" \
-d '{"budgetMode":"guaranteed","clientRequestId":"req_rag_release_001","documents":[{"id":"release-notes","text":"Release may proceed after the security owner attaches credential-rotation evidence. The production canary passed in every region.\n\nRoutine notes cover staffing, dashboards, meeting cadence, maintenance calendars, regional handoffs, historical capacity, and documentation formatting.","title":"Release notes"},{"id":"rollback-runbook","text":"Rollback if API errors exceed 2 percent for five minutes or payment failures breach the alert threshold. Restore the last-known-good deployment before reopening traffic.\n\nRoutine notes cover staffing, dashboards, meeting cadence, maintenance calendars, regional handoffs, historical capacity, and documentation formatting.","title":"Rollback runbook"}],"provenance":"compact","scoring":"bm25","task":"Find the release condition and rollback trigger while removing duplicate operational background.","tokenBudget":128}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"clientRequestId": "req_rag_release_001",
"compiledContextStored": false,
"context": "# Context Pack\n\nTask: Find the release condition and rollback tr…",
"includedPassages": [
{
"passageHash": "sha256:4d5e66efdcf5f8dba63a89b40af6ce17f3f42948c48b731732e47f5dc…",
"passageId": "release-notes:1",
"sourceId": "release-notes",
"text": "Release may proceed after the security owner attaches credential…"
}
],
"inputHash": "sha256:288dd5cacd92158f9460346ba6e931f6d0d52f2598bd55e748fc30a18…",
"metrics": {
"compiledBytes": 461,
"compiledEstimatedTokens": 83,
"duplicatePassagesRemoved": 1,
"estimatedReductionPercent": 14.4,
"originalBytes": 606,
"originalEstimatedTokens": 97,
"sourceCount": 2,
"sourceCoveragePercent": 100,
"tokensSaved": 14
},
"outputHash": "sha256:80a337617475688482476a469f9fa7b489ef3e1ad15b4a9756fdc1aa7…",
"packId": "ctxpack_6a5464df2ce14e9b9e16571c7d814821",
"retentionBoundaries": {
"claimVerificationPerformed": false,
"completenessGuaranteed": false,
"evidenceRetention": "best_effort",
"hallucinationPreventionGuaranteed": false,
"selectionType": "extractive",
"tokenCountType": "model_neutral_estimate"
},
"sourceTextStored": false,
"sources": [
{
"includedEstimatedTokens": 21,
"includedPassageIds": [
"release-notes:1"
],
"originalEstimatedTokens": 44,
"passageCount": 2,
"sourceHash": "sha256:288ded29ae161d3d11effd7161edf7c51ef1320e7ba0a8d2feaaed7ab…",
"sourceId": "release-notes",
"title": "Release notes"
}
],
"task": "Find the release condition and rollback trigger while removing d…",
"tokenBudget": 128,
"version": "0.1.0",
"warningCodes": [
"model_neutral_token_estimates",
"extractive_selection_not_verification"
],
"warnings": [
"Token counts are model-neutral estimates, not provider tokenizer…"
]
}Payment details
0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Maha Context Compiler & similar services
Maha Context Compiler · Compress Evaluate
mahastrategies.com
Compile 1-8 documents into a token-budgeted context pack, then measure exact retention of 1-32 caller-labelled evidence spans. Returns the pack, source-linked passages, input and output hashes, original and compiled token estimates, tokensSaved, source coverage, and requiredEvidenceRetentionPercent. Retention is exact span matching only: not accuracy, answer quality, verification, or hallucination prevention. Extractive and budget-bound. Request content is not stored.
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
BlockRun.AI · EXA Search
blockrun.ai
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.