Changelog
v1.0.0 — Initial Release
Released: February 2026What’s new
POST /api/v1/jobs— Submit evaluation jobs with entity profiles and candidate pools- Async processing — Evaluations run in the background (15–60 seconds typical)
- Webhook delivery — Results delivered to your endpoint when complete
- Realtime events — Pusher private channel events for browser-based integrations
- Three-stage pipeline — Filter → Assess → Rank & Trace
- Six scoring dimensions — Configurable per vertical (default: appetite, coverage, financial, pricing, placement, service)
- Four-tier output —
STRONG_FIT,MODERATE_FIT,WEAK_FIT,NO_FIT - API key authentication —
nx_live_(production) andnx_test_(sandbox) keys - Rate limiting — Per-key limits with standard
X-RateLimit-*headers - Audit trails — Full trace URL included in every completed evaluation
Coming soon
GET /api/v1/jobs/{eval_id}— Poll evaluation status (currently webhooks only)- Batch job submission
- Evaluation history and search
- Configurable dimension weights
- Custom pool management API
Questions or issues? Email support@usenexio.com or open an issue on GitHub.
