Maha Context Compiler · Compress

by Maha Context Compiler

POSTBase

$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/compress

9

Calls / 30d

7

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Maha Context Compiler & similar services