v1

latestOpenAPI 3.0.32026-08-0670174396.8 KB
Enrich by email

Enrich by email

Perform basic enrichment of creator profiles using an email address.

What you get

  • Returns the creator's single strongest platform — the one with the highest follower count — with essential profile data: basic social media presence, contact details, and platform account identifiers.
  • Ideal for quick profile lookups and initial creator identification across Instagram, YouTube, TikTok, Twitter, Twitch, and OnlyFans.

Credits

  • 0.05 credits per successful request. If no data is returned, no credits are deducted.
<div class="ic-ai-prompt-root" data-endpoint="email"></div>
post/public/v1/creators/enrich/email/

Request body

emailstring required

The creator's email address.

Example request

{
  "email": "creator@example.com"
}

Response

credits_costnumber double nullable

Example response

{
  "credits_cost": 0.05
}