curl --location 'https://api.lead.springbolt.app/resolve/keyword_to_lead' \
--header 'Content-Type: application/json' \
--data '{
"keywords": [
"cloud",
"marketing"
],
"date_start": "2026-04-01",
"date_end": "2026-04-07",
"days_recency": 7,
"callback_url": "https://webhook.site/b1b4ed9e-7842-4cf6-bf8a-4206056ceffa",
"lead_type": "B2C",
"cities": [
"los angeles"
],
"states": [
"CA"
],
"zips": [
"90210"
],
"job_title_inclusions": [
"marketing manager"
],
"job_title_exclusions": [
"intern"
],
"limit": 10,
"deanonymize": true,
"metadata": {
"source": "postman"
}
}'{
"success": true,
"message": "The resolution has started. We will send the result to the callback URL you provided on completion.",
"resolution": {
"id": "res_9a88Kadb5K4db8Kb434Kb4235c3b8bec",
"status": "processing",
"requested_at": "2026-04-18T20:25:46.564Z",
"callback_url": "https://webhook.site/b1b4ed9e-7842-4cf6-bf8a-4206056ceffa"
},
"metadata": {
"source": "postman"
},
"payload": {
"keywords": [
"cloud",
"marketing"
],
"date_start": "2026-04-15",
"date_end": "2026-04-16",
"callback_url": "https://webhook.site/b1b4ed9e-7842-4cf6-bf8a-4206056ceffa",
"lead_type": "B2C",
"cities": [
"los angeles"
],
"states": [
"CA"
],
"zips": [
"90210"
],
"limit": 10,
"deanonymize": true
}
}