Authentication & API Keys
All API requests must include your Bearer API key in the Authorization header. Enterprise API keys can be generated from your organization settings dashboard.
curl -X POST https://api.influencerix.com/v3/creators/audit \
-H "Authorization: Bearer ix_live_99839482938492834" \
-H "Content-Type: application/json" \
-d '{"handle": "@rheakapoor", "platform": "instagram"}' Core Endpoints
1. GET /v3/creators/search — Filter creators by follower niche, country, and engagement rate.
2. POST /v3/creators/audit — Request neural fraud score, bot follower percentage, and audience credibility report.
3. POST /v3/campaigns/orders/track — Ingest order conversions and attribute direct creator revenue.
Webhooks & Event Stream
Subscribe to real-time events such as creator.deliverable_submitted, escrow.funds_released, and fraud_score.alert_flagged.