T

Task Bounty Fit Check · Estimate

by Task Bounty Fit Check

POSTBase

$0.02

per call · USD Coin on Base

Bounty/task triage before you spend inference: given task text and optional marketplace context (payout_usd, repo_size, language, acceptance criteria), returns a predicted token/cost estimate, a spec-quality score with named ambiguities, and a bid/clarify/skip recommendation that weighs predicted cost against stated payout. Deterministic scoring, no model call.

Endpoint

POST https://task-profit-api.62.238.55.212.sslip.io/v1/estimate

9

Calls / 30d

4

Unique payers / 30d

Sep 6

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://task-profit-api.62.238.55.212.sslip.io/v1/estimate", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "context": {
      "expected_acceptance_criteria": "Passes visible oracle round-trip tests",
      "language": "python",
      "marketplace": "BountyBook",
      "payout_usd": 50,
      "repo_size": "small"
    },
    "task_text": "Implement a Python function that converts an integer between 1 and 3999 to its Roman numeral representation. Submit roman.py with round-trip tests verified against oracle test cases."
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://task-profit-api.62.238.55.212.sslip.io/v1/estimate" \
  -H "Content-Type: application/json" \
  -d '{"context":{"expected_acceptance_criteria":"Passes visible oracle round-trip tests","language":"python","marketplace":"BountyBook","payout_usd":50,"repo_size":"small"},"task_text":"Implement a Python function that converts an integer between 1 and 3999 to its Roman numeral representation. Submit roman.py with round-trip tests verified against oracle test cases."}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "ambiguities": [],
  "confidence": 0.95,
  "predicted_cost_usd": 0.0152,
  "predicted_tokens": 2540,
  "reasoning_summary": "spec_score 100/100 from 0 ambiguity flag(s); predicted 2540 tokens (~$0.0152 at $6.00/M blended rate); recommendation=bid; payout_usd=50.00",
  "recommendation": "bid",
  "spec_score": 100
}

Payment details

Pay to0xeee2f90421582914e919d5656381b1ff873a8f47
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Task Bounty Fit Check & similar services