Paid micro-API for real estate ops.
POST /ficha → listing text/fields → ficha técnica JSONPOST /lead-score → lead message → score + recommended replyPricing: $0.01 per call (x402). If you call without payment you get HTTP 402 with payment instructions.
# 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)