skip to content

Exa Page Contents

$0.01/req

POST /services/exa/contents

Fetches parsed page text for up to five URLs through Exa's contents API. Text is truncated per page to keep responses bounded.

call it — the quote comes back in one round trip
curl -X POST https://api.1cent.sivaram.dev/services/exa/contents \
  -H 'content-type: application/json' \
  -d '{"urls":["https://docs.x402.org/introduction"]}'

This returns 402 Payment Required with exact terms. Clients like @x402/fetch sign the quote and retry automatically, paying $0.01 — no other setup exists.

Providers

Every response names the providers it consulted, with per-call status, so you can weigh the evidence.

Response fields

  • pages

Guardrails

  • max 5 URLs
  • per-page text truncation

Pricing note

~$0.001 per page at Exa; capped at 5 URLs per request.

machine-readable detail: GET /services/exa-contents