Welcome to LeadMagic API Gateway! This guide will help you get up and running in minutes.
Sign up for a free account to access the dashboard and generate API keys.
New accounts receive 1,000 free credits to get started.
Create Free AccountNavigate to the API Keys section in your dashboard to create a new key.
Important: Your API key is only shown once. Store it securely and never expose it in client-side code.
curl -X POST https://api.leadmagic.io/v1/enrich \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"firstName": "John",
"lastName": "Doe",
"company": "Acme Inc"
}'