🚀 The “Sculptor” Method (Fastest)
Clay’s new Sculptor feature allows you to setup the integration simply by copy-pasting our documentation.1
1. Copy the Request
2
2. Paste into Clay
In your Clay table:
- Click Add Enrichment > HTTP API.
- Look for the “Paste cURL” or “Sculptor” button.
- Paste the code.
3
3. AI Mapping
Clay’s AI will automatically detect the
company_linkedin_url (or other parameters) in the code and ask you which column in your table matches that data.Simply select the correct column, and you are ready to run!⚙️ Manual Setup (Standard)
If you prefer to configure the HTTP node manually, follow these settings.- Method:
POST - URL:
https://api.blitz-api.ai/api/search/waterfall-icp(or other endpoint) - Headers:
content-type:application/jsonx-api-key:YOUR_API_KEY
- Body:
🛑 Critical: Rate Limiting
To respect BlitzAPI’s throughput and ensure stability, you must configure the rate limit settings in Clay. We allow 5 requests per second. In the HTTP Enrichment settings, go to Rate Limit and set exactly:| Setting | Value |
|---|---|
| Max Requests | 5 |
| Time Period | 1000 ms |
Popular Clay Payloads
Copy-paste these JSON bodies directly into your integration.1. Waterfall Search (Find Decision Maker)
Target: Find Marketing Decision Maker.2. Enrich Email (Find Work Email)
Target: Get verified email from a Profile URL.Mapping the Output
Once the request runs successfully:- Hover over the
resultscell in Clay. - Click “Add to Table”.
- Select the fields you need (e.g.,
email,phone,person_linkedin_url).
Pro Tip: Always map the icp score field. It tells you which level of your cascade was matched (0 = Top Priority), helping you score your leads instantly.

