# 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.

Endpoint: POST /public/v1/creators/enrich/email/
Version: 1.0.0
Security: Bearer

## Request fields (application/json):

  - `email` (string, required)
    The creator's email address.
    Example: "creator@example.com"

## Response 200 fields (application/json):

  - `result` (object)

  - `result.platform` (string,null)
    The creator's social media platform.

  - `result.userId` (string,null)

  - `result.url` (string,null)
    The creator's profile URL.

  - `result.username` (string,null)
    The creator's username on the platform.

  - `result.fullname` (string,null)

  - `result.picture` (string,null)
    URL to the creator's profile picture. This URL is temporary and expires after 24 hours. To keep the image, download it to your own storage before it expires.

  - `result.followers` (integer,null)

  - `credits_cost` (number,null)
    Example: 0.05


## Response 400 fields

## Response 401 fields

## Response 422 fields
