Shadow Realty API

Paid micro-API for real estate ops.

Pricing: $0.01 per call (x402). If you call without payment you get HTTP 402 with payment instructions.

Try

# unpaid (expect 402)
curl -s -X POST $BASE_URL/ficha -H 'Content-Type: application/json'   -d '{"text":"Apartamento 2 quartos, 60m2, Vila Mariana, R$ 650 mil"}'

# paid: use an x402 client (in this environment: x402_fetch)