Base URL
All API requests go to:How a request works
Every request is aPOST with a JSON body, an Authorization header, and a Content-Type header:
How a response works
All responses return HTTP200 with a consistent envelope:
results— the data returned by the tool. Empty object{}or empty array[]when no data is found.status— always"ok"on a successful request, even when no data is found.metadata.tokens_charged— credits consumed. Always0when no data is returned.metadata.tokens_remaining— your remaining credit balance after this request.
Plans
| Plan | Lifetime Tokens | Rate Limit | External Tokens |
|---|---|---|---|
| $0 | 1000 | 1000 requests/min | 100 |
| $27 / month | Unlimited | 30 requests/min | 100 / month |
| $97 / month | Unlimited | 1000 requests/min | 500 / month |
| $497 / month (reg. $999) | Unlimited | 5000 requests/min | 2500 / month |
Getting the $999/month plan for $497/month with the UGC Discount — How It Works.
Choosing a plan
The right plan depends on how fast you need results. Higher rate limits mean faster processing — the difference between waiting an hour and wrapping up in minutes.| Plan | Ideal for | Time to Enrich 1000 Records |
|---|---|---|
| $0 | Exploring the API and testing integrations | 1 min |
| $27 / month | Low-volume agents or early production use | 33 mins |
| $97 / month | Teams running identity resolution at scale | 1 min |
| $497 / month (reg. $999) | High-throughput pipelines with sustained or unpredictable volume | 12 secs |
More information
For more information on our plans, upgrading and downgrading processes, please refer to our support documentation at support.moltsets.com.Available tools
| Category | Tools |
|---|---|
| Account | get_account, get_billing, get_usage |
enrich_email, enrich_business_email, enrich_personal_email, hem_to_email, business_email_to_personal_hem | |
linkedin_slug_search, linkedin_to_hashed_emails, linkedin_to_business_profile | |
| Phone | enrich_phone |
| HEM Resolution | hem_to_linkedin, hem_to_best_linkedin, hem_to_business_profile, hem_to_maid |
| IP Resolution | ip_to_hem, ip_to_maid, ip_to_company |
What to do next
Authentication
Get your API key and learn how to authenticate requests.
Rate Limits
Understand the limits that apply to all plans.
