crackthe.work decompose · Decompose

by crackthe.work decompose

POSTBase

$0.25

per call · USD Coin on Base

One decompose call: scope documents in, a contract-grade work breakdown out.

Endpoint

POST https://x402.crackthe.work/v1/decompose

13

Calls / 30d

2

Unique payers / 30d

Sep 7

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://x402.crackthe.work/v1/decompose", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "budgetHintUsdt": 1500,
    "docs": [
      {
        "dataBase64": "PGJhc2U2NCBvZiB5b3VyIGJyaWVmPg==",
        "mimeType": "text/plain",
        "name": "brief.txt"
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.crackthe.work/v1/decompose" \
  -H "Content-Type: application/json" \
  -d '{"budgetHintUsdt":1500,"docs":[{"dataBase64":"PGJhc2U2NCBvZiB5b3VyIGJyaWVmPg==","mimeType":"text/plain","name":"brief.txt"}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "clauses": [
    {
      "payoutBaseUsdt": 600,
      "title": "Catalog browsing and ordering",
      "verifyMethod": "mutual_signoff"
    }
  ],
  "projectTitle": "Wholesale ordering portal",
  "projectType": "Software Feature Delivery"
}

Payment details

Pay to0x4e68be31183692e439f35a0e94aa2d3c71bbd7bf
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 crackthe.work decompose & similar services