1. 🔍 Keyword To Lead
  • Introduction
  • ⚡ Essentials
    • Getting Started
    • Authentication
    • Rate Limit
  • 🔍 Keyword To Lead
    • List Creation
      POST
    • List Result
      POST
    • Count Creation
      POST
    • Count Result
      POST
  • 👤 Lead Resolution
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
  1. 🔍 Keyword To Lead

List Result

POST
https://api.lead.springbolt.app/resolve/keyword_to_lead/result
You can now target display audiences based on real keyword searches, not just publisher site categories. This helps recover a large portion of the audience that normally becomes unserved inventory when email hashes don’t match in ad networks.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Domain resolved successfully
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lead.springbolt.app/resolve/keyword_to_lead/result' \
--header 'Content-Type: application/json' \
--data-raw '{
  "resolution_id": "res_b3c2a28fea44f3a8ac7a269517cb94d5"
}'
Response Response Example
Processing
{
    "success": true,
    "message": "The resolution is still being processed. Please try again later.",
    "resolution": {
        "id": "res_85c3zed22z4569zbec1zb24a1aa4d728",
        "status": "processing",
        "requested_at": "2026-04-06T19:07:42.169Z"
    },
    "payload": {
        "resolution_id": "res_85c3zed22z4569zbec1zb24a1aa4d728"
    }
}
Previous
List Creation
Next
Count Creation
Built with