# MoltSets API Documentation ## Docs - [Get Account](https://developer.moltsets.com/api-reference/account/get-account.md): Get your account details including name, plan, status, credit balance, and API key count. Free — does not consume credits. - [Get Billing](https://developer.moltsets.com/api-reference/account/get-billing.md): Get your account's billing details including current plan, subscription status, credit balance, renewal date, and credit costs per tool. Free — does not consume credits. - [Get Usage](https://developer.moltsets.com/api-reference/account/get-usage.md): Get your account's credit usage for a given time period. Free — does not consume credits. - [Email/HEM to Business Profile](https://developer.moltsets.com/api-reference/get-business-profile/emailhem-to-business-profile.md): Resolve a plaintext email or MD5 hashed email to a full business profile including name, company, title, and contact info. Pass either `email` or `md5`, not both. - [LinkedIn to Business Profile](https://developer.moltsets.com/api-reference/get-business-profile/linkedin-to-business-profile.md): Look up a full business profile by LinkedIn URL, including name, title, company, firmographic data, and optionally mobile phone. - [IP to Company](https://developer.moltsets.com/api-reference/get-company/ip-to-company.md): Resolve an IP address to the company or companies associated with it. Best suited for B2B use cases — consumer ISP IPs will typically not resolve to a company. - [HEM to Email](https://developer.moltsets.com/api-reference/get-email/hem-to-email.md): Resolve a hashed email (MD5) to the plaintext email address and SHA-256 hash. - [LinkedIn to Best Personal Email](https://developer.moltsets.com/api-reference/get-email/linkedin-to-best-personal-email.md): Look up the highest-confidence personal email address for a LinkedIn profile using additional scoring across candidates. - [LinkedIn to Business Email](https://developer.moltsets.com/api-reference/get-email/linkedin-to-business-email.md): Find the verified business email address for a LinkedIn profile. Credits only charged when data is found. - [LinkedIn to Personal Email](https://developer.moltsets.com/api-reference/get-email/linkedin-to-personal-email.md): Find the verified personal email address for a LinkedIn profile. Credits only charged when data is found. - [Business Email/HEM to Personal HEM](https://developer.moltsets.com/api-reference/get-hem-or-maid/business-emailhem-to-personal-hem.md): Convert a business email address or hashed email (HEM) into SHA-256 personal hashed emails for identity resolution and audience matching. Pass either `email` or `md5`, not both. - [Email/HEM to MAID](https://developer.moltsets.com/api-reference/get-hem-or-maid/emailhem-to-maid.md): Resolve a plaintext email or MD5 hashed email to mobile advertising IDs (MAIDs). Pass either `email` or `md5`, not both. - [IP to HEM](https://developer.moltsets.com/api-reference/get-hem-or-maid/ip-to-hem.md): Resolve an IP address (with optional user agent) to hashed email addresses (MD5), ranked by confidence score. Passing `user_agent` significantly improves match accuracy. - [IP to MAID](https://developer.moltsets.com/api-reference/get-hem-or-maid/ip-to-maid.md): Resolve an IP address to mobile advertising IDs (MAIDs) associated with it. - [LinkedIn to HEM](https://developer.moltsets.com/api-reference/get-hem-or-maid/linkedin-to-hem.md): Look up all known hashed email addresses (MD5 and SHA-256) for a LinkedIn profile, across both business and personal emails. - [Email/HEM to Best LinkedIn URL](https://developer.moltsets.com/api-reference/get-linkedin/emailhem-to-best-linkedin-url.md): Resolve a plaintext email or MD5 hashed email to the highest-confidence LinkedIn profile URL when multiple candidates exist. Pass either `email` or `md5`, not both. - [Email/HEM to LinkedIn Slug](https://developer.moltsets.com/api-reference/get-linkedin/emailhem-to-linkedin-slug.md): Resolve a plaintext email or MD5 hashed email to a LinkedIn profile slug. Pass either `email` or `md5`, not both. - [LinkedIn to Mobile Phone](https://developer.moltsets.com/api-reference/get-phone/linkedin-to-mobile-phone.md): Find the verified mobile phone number for a LinkedIn profile. Only mobile numbers returned — no landlines. Credits only charged when data is found. Pass either `linkedin_url` (single) or `linkedin_urls` (batch, up to 100), not both. - [Authentication](https://developer.moltsets.com/developer-docs/getting-started/authentication.md): How to create and use API keys to authenticate requests. - [Overview](https://developer.moltsets.com/developer-docs/getting-started/overview.md): What moltsets is, how it works, and where to start. - [Rate Limits](https://developer.moltsets.com/developer-docs/getting-started/rate-limits.md): Understand the request limits that apply across all MoltSets plans. - [I Have X, I Want Y](https://developer.moltsets.com/i-have-x-i-want-y.md): Find the right MoltSets MCP tool based on what data you have and what you need. - [MoltSets MCP](https://developer.moltsets.com/moltsets-mcp.md) - [Plans and credits](https://developer.moltsets.com/plans-and-credits.md) - [Using the moltsets app](https://developer.moltsets.com/using-the-moltsets-app.md) ## OpenAPI Specs - [openapi](https://developer.moltsets.com/openapi.json)