# Influencers Club API

The **influencers.club** Public API gives you direct access to structured creator data — profiles with reach, engagement signals, audience insights, and connected cross-platform presence.

Discover creators by market, or enrich a list of usernames, handles, or emails with reliable profile data tied across platforms — built to plug straight into outreach, reporting, internal tools, and product features.

div
div
span
Quick start
h3
Two steps to your first API call
ol
li
span
1
div
strong
Get your API key
from the 
a
influencers.club dashboard
. Keep it secret — it identifies your account on every request.

li
span
2
div
strong
Authenticate every request
by including your key in the 
code
Authorization
header. All endpoints share the base URL below. Or click 
strong
Try it
on any endpoint page to test without writing code.

div
div
span
Base URL
code
https://api-dashboard.influencers.club
div
span
Auth header
code
Authorization: Bearer YOUR_API_KEY
div
a
Get API Key
a
Run in Postman
### Credit-Based Usage Model

The Influencers Club API operates on a **credit-based billing model**.

Credits represent units of data access and are consumed based on the type and volume of operations performed.

Key principles:

- Credits are **consumed per successful result**, not per request
- Discovery operations are optimized for search and selection and typically consume fewer credits
- Enrichment operations consume credits based on the amount and depth of data returned
- Batch enrichment consumes credits per enriched entity, not per batch submission


Your available credits and usage history can be retrieved programmatically via the [User Info endpoint](/openapi/account-credits-and-usage/account_credits_usage_retrieve) or viewed in the [dashboard](https://dashboard.influencers.club/api).

You can use the API calculator to estimate credit usage.

div
[Calculate Credits](/guides/usage-limits#credit-calculator)