# Audience Overlap

Compare audience overlap between 2-10 creators on a given platform.

What you get
- Returns per-creator audience overlap and unique audience percentages, plus report-level totals (total followers and total unique followers across all compared creators).
- Useful for evaluating creator partnerships, identifying audience duplication across campaigns, and optimizing influencer selection for maximum reach.

Credits
- 1 credit per request, regardless of how many creators are compared.

Endpoint: POST /public/v1/creators/audience/overlap/
Version: 1.0.0
Security: Bearer

## Request fields (application/json):

  - `platform` (string, required)
    Example: "instagram"

  - `creators` (array, required)
    Example: ["creator_handle_1","creator_handle_2"]

## Response 200 fields (application/json):

  - `credits_cost` (number,null)

  - `credits_left` (number,null)

  - `status` (boolean,null)

  - `success` (boolean,null)

  - `basics` (object,null)

  - `basics.total_followers` (integer,null)

  - `basics.total_unique_followers` (integer,null)

  - `details` (array)

  - `details.user` (object, required)

  - `details.user.user_id` (string,null)
    The creator's unique platform identifier.

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

  - `details.user.followers` (integer,null)

  - `details.user.fullname` (string,null)

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

  - `details.user.is_verified` (boolean,null)

  - `details.user.engagements` (integer,null)

  - `details.user.stats` (array)

  - `details.user.stats.post_type` (string,null)

  - `details.user.stats.engagements` (integer,null)

  - `details.user_id` (string, required)
    The creator's unique platform identifier.

  - `details.username` (string, required)
    The creator's username on the platform.

  - `details.followers` (integer, required)

  - `details.unique_percentage` (number, required)

  - `details.overlapping_percentage` (number, required)


## Response 400 fields

## Response 401 fields

## Response 422 fields
