Get Your API Key
Sign up and get your authentication token instantly
Make Your First Call
Test lead intelligence with a simple curl command
Integrate & Scale
Connect to your CRM and start seeing results
curl -X POST "https://api.breakoutwithai.com/api/v1/lead-intelligence/score" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"leadId": "lead-123",
"companyData": {
"name": "Acme Corp",
"industry": "SaaS",
"size": 250
}
}'