curl --location --request POST 'https://api.lead.springbolt.app/resolve/keyword_to_lead' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": [
"b2b intent"
],
"cities": [
"Austin"
],
"states": [
"TX"
],
"date_start": "2026-03-19",
"date_end": "2026-03-21",
"limit": 100,
"deanonymize": false,
"callback_url": "https://www.example.com/resolution"
}'{
"success": true,
"message": "The resolution has started. We will send the result to the callback URL you provided on completion.",
"resolution": {
"id": "res_ef59Zb325Z47c8Za589Z4343a61f9fd8",
"status": "processing",
"requested_at": "2026-03-24T21:31:48.013Z",
"callback_url": "https://www.example.com/resolution"
}
"payload": {
"keywords": [
"b2b intent"
],
"cities": [
"Austin"
],
"states": [
"TX"
],
"date_start": "2026-03-19",
"date_end": "2026-03-21",
"limit": 100,
"deanonymize": false,
"callback_url": "https://www.example.com/resolution"
}
}