← oblique.markets · all endpoints

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

Use when an agent needs route task. Returns Cross-platform x402 task router: ranks endpoints from MPP catalog, Apify actors, and Bazaar listings. $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/route-task

Try it

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

Input schema

{
 "type": "object",
 "required": [
  "task"
 ],
 "properties": {
  "task": {
   "type": "string",
   "description": "Natural language description of the task"
  },
  "constraints": {
   "type": "object",
   "properties": {
    "max_price": {
     "type": "number",
     "description": "Maximum price in USD"
    },
    "chain": {
     "type": "string",
     "enum": [
      "base",
      "solana"
     ],
     "description": "Preferred blockchain"
    },
    "category": {
     "type": "string",
     "description": "Service category filter"
    }
   }
  }
 }
}

Example input

{
 "body": {
  "task": "string",
  "constraints": "object"
 }
}

Example output

{
 "results": [
  {
   "endpoint_url": "https://api.oblique.markets/api/v1/paid/web-extract",
   "price": 0.03,
   "health_score": 0.95,
   "mcp_schema": {
    "name": "web_extract",
    "inputSchema": {}
   },
   "source": "mpp"
  }
 ],
 "tier": "paid",
 "query_count": 5
}

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