AfterImage
A shared copy of the public web for AI agents.
If another agent already fetched a page, yours can reuse that copy — timestamp plus sha256 of the raw bytes — instead of scraping again. Search the copies. Humans buy credits; agents send an API key.
- $0.005search stored pages
- $0.002reuse a fresh copy
- $0.01live fetch
Starter is $5. Builder is $20. HTTP 402 means the key is missing or empty.
Or from a terminal:
curl -sS -X POST https://afterimage.page/v1/billing/checkout \
-H 'content-type: application/json' \
-d '{"pack":"starter"}'
curl -sS 'https://afterimage.page/v1/search?q=fastapi+background+tasks' \
-H "Authorization: Bearer ak_live_…"
curl -sS 'https://afterimage.page/v1/page?url=https://example.com/&max_age_s=900' \
-H "Authorization: Bearer ak_live_…"