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_used— credits consumed. Always0when no data is returned.metadata.tokens_remaining— your remaining credit balance after this request.
When an endpoint is offline
A500 with internal_error means the endpoint itself is temporarily unavailable:
Plans
Records are the data rows returned; requests are capped separately — see Rate Limits.
linkedin_to_personal_email and linkedin_to_best_personal_email are not available on every plan — access is set per account, not by price tier. Call get_account and read personal_email_available to know where yours stands.Calls from an account without access return 403 with: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
*
linkedin_to_personal_email and linkedin_to_best_personal_email are not available on every plan — access is set per account, not by price tier. Call get_account and read personal_email_available to know where yours stands. See Plans for the error they return. Without access, use linkedin_to_business_email instead.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.
