Skip to main content
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.

Base URL

All API requests go to:
Each tool has its own endpoint path. For example:

How a request works

Every request is a POST with a JSON body, an Authorization header, and a Content-Type header:

How a response works

All responses return HTTP 200 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_used — credits consumed. Always 0 when no data is returned.
  • metadata.tokens_remaining — your remaining credit balance after this request.

Plans

Getting the $997/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.

More information

For more information on our plans, upgrading and downgrading processes, please refer to our support documentation at support.moltsets.com.

Available tools

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.