跳到主要内容
Docs/Api Reference/Influencers

Influencers & KOL API

Influencer endpoints search creators across platforms, analyse a single account in depth, and run outreach.

Search & Discover

MethodPathDescription
GET`/api/v1/influencers`Filtered search
GET`/api/v1/influencers/:id`Full profile
POST`/api/v1/influencers/discover`AI-driven discovery from a brief

Analyze

MethodPathDescription
POST`/api/v1/influencers/analyze`Deep-analyse one creator URL
POST`/api/v1/influencers/estimate-price`Price estimate

Outreach

MethodPathDescription
POST`/api/v1/influencers/:id/outreach`Send a DM or email

Every response uses the standard envelope:

{
  "success": true,
  "data": { /* resource or array */ },
  "meta": { "total": 100, "cursor": "...", "hasMore": true },
  "error": { "code": "ERROR_CODE", "message": "Human readable" }
}

error is omitted on success; meta is omitted when not paginating.

Rate Limits

Subject to the standard 200 req/min/tenant authenticated limit. See [Rate Limits](/docs/api-reference/rate-limits) for full details and the per-endpoint overrides.