Receiz World
Enrichment service is live.
This subdomain is the standalone backend the twin uses to enrich leads. It is not a public app page, so the main app should call the API endpoint directly.
Health check
/api/health
Lead enrichment endpoint
/api/enrich/v1/lead
In the main app, set
RECEIZ_WORLD_ENRICHMENT_BACKEND_URL=https://your-subdomain/api/enrich/v1/lead
and keep the auth header/token aligned with this service.