← oblique.markets · all endpoints

POST /api/v1/paid/endpoint-task-evaluation — $0.01 per call

Use when an agent needs endpoint task evaluation. Returns One bounded x402 endpoint request and payment-flow evaluation. $0.01.

Price$0.01 per call (10000 atomic USDC, scheme exact)
Categorydata-services
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/endpoint-task-evaluation

Try it

curl -i https://api.oblique.markets/api/v1/paid/endpoint-task-evaluation
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "required": [
  "target_url"
 ],
 "properties": {
  "target_url": {
   "type": "string",
   "format": "uri"
  },
  "method": {
   "type": "string"
  },
  "headers": {
   "type": "object"
  },
  "body": {},
  "task_assertions": {
   "type": "object"
  }
 }
}

Example input

{
 "body": {
  "target_url": "string",
  "method": "string",
  "headers": "object",
  "body": "any",
  "task_assertions": "object"
 }
}

Example output

{
 "status": 200,
 "payment_required": false,
 "payment_accepted": false,
 "response_valid": true,
 "latency_ms": 120,
 "schema_errors": [],
 "failure_reason": null,
 "tested_at": "2026-01-01T00:00:00.000Z"
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer