← oblique.markets · all endpoints

POST /api/v1/paid/purchase-web-extraction-sample — $0.01 per call

Use when an agent needs purchase web extraction sample. Returns Purchase a machine-readable extraction sample from one HTTPS webpage. $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/purchase-web-extraction-sample

Try it

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

Input schema

{
 "type": "object",
 "required": [
  "url",
  "idempotency_key"
 ],
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "description": "HTTPS page to extract"
  },
  "idempotency_key": {
   "type": "string",
   "minLength": 1,
   "maxLength": 128
  }
 }
}

Example output

{
 "status": "fulfilled",
 "url": "https://example.com",
 "title": "Example Domain",
 "text": "This domain is for use in illustrative examples in documents.",
 "source_status": 200,
 "payment_tx_hash": "0xabc123..."
}

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