API Endpoints
Verdict provides the following API endpoints:
| Endpoint | Description | 
|---|---|
| /api/v1/screen | Screen lead intake against your configured practice areas and threshold score | 
| /api/v1/score | Get detailed quality score and analysis for client intake data | 
Authentication
All API endpoints require authentication with an API key.
Include your API key in the Authorization header of all requests:
Authorization: Bearer YOUR_API_KEYCommon Response Format
All endpoints follow a consistent response format.
For more details on specific endpoints, please select one from the navigation menu.
Last updated on