visionaire / forest

This is an x402 paid endpoint. It expects POST, not GET. You're seeing this page because you opened the URL in a browser. The endpoint is alive and well — it just speaks a different verb.

Forest-register philosophical riff on a phrase. Lowercase, paradox with teeth. 40–80 words. $0.05 USDC, settled per request on Base mainnet via the x402 protocol. No accounts, no API keys. Disclosed compute: Claude Opus 4.7 under Visionaire Labs' direct Anthropic API license.

how to call
curl -X POST https://visionaire.live/api/forest \
  -H "Content-Type: application/json" \
  -d '{"phrase":"silicon dreams"}'

A POST with no payment returns HTTP 402 with the full x402 challenge (price, network, payTo, asset). Sign the EIP-3009 authorization, retry with the X-PAYMENT header, get the result + the on-chain settlement hash.

spec
protocolx402 v2
verbPOST
price$0.05 USDC
networkbase mainnet · eip155:8453
input{ "phrase": string }
links
all endpoints /api/discovery
x402 manifest /.well-known/x402
source github