MoltSets is an identity resolution API. You give it a piece of data — an email address, LinkedIn URL, IP address, or hashed email — and it returns enriched contact and company information. Every tool follows the same request and response structure, so once you’ve made one call, you know how to make all of them.Documentation Index
Fetch the complete documentation index at: https://developer.moltsets.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Credits
MoltSets uses credit-based billing. Credits are only consumed when a tool returns data — you are never charged for an empty result.| Plan | Credits | Price |
|---|---|---|
| Free | 250 / month | $0 |
| Starter | 3,000 / month | $149 / month |
| Growth | 10,000 / month | $299 / month |
| Unlimited | Unlimited | $499 / month |
get_billing to check credit costs per tool, and get_usage to see your consumption breakdown.
Available tools
| Category | Tools |
|---|---|
| Account | get_account, get_billing, get_usage |
enrich_email, enrich_personal_email, linkedin_to_best_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.
