Every update, fix, and new feature โ in plain English. We ship fast and document everything.
Targeted fixes for search latency regressions introduced in v1.4.1 and several edge case bugs reported by enterprise customers.
location + niche filters was
returning 2โ3ร slower than expected (avg 340ms). Back to under 100ms.
GET /influencers/:handle returned 500 for usernames
containing a hyphen. Fixed across all platforms.
Retry-After on 429
responses from subscriber endpoints. Now correctly backs off.
X-RateLimit-Reset now consistently returns Unix timestamp โ was
returning ISO 8601 in some regions.
Our biggest release since v1.3. Real-time webhooks, LinkedIn creator data, and a rebuilt audience quality scoring model โ 28% more accurate on micro-influencers.
campaign.post.published,
influencer.quality.changed, brand.mention.detected and 4 other event types.
Payloads signed via HMAC-SHA256.
GET /influencers/linkedin/:handle now available. Returns followers, engagement rate,
content niche, and quality score.
language filter (ISO 639-1). Filter by primary
audience language, not just content language.
quality_v1_score field is deprecated. Use quality_score
instead. Will be removed in v1.6.0.
New brand endpoints give programmatic access to competitor intelligence โ estimated influencer spend, share-of-voice, and historical partnership data.
GET /brands/:name returns a brand's
active creator partnerships, estimated monthly spend, primary niches, and top platforms.
POST /brands/compare compares up to
5 brands side-by-side on creator overlap, spend, and niche dominance.
brand_partnerships[] โ recent
brand deals per creator, useful for conflict-of-interest checks before booking.
analysed_at timestamp was returning UTC but labelled IST. Now correctly
labelled with timezone indicator.
Campaign management exits private beta. Create, manage, and measure influencer campaigns programmatically โ the same data powering the Dreabee dashboard, now in your stack.
POST /campaigns,
GET /campaigns, PATCH /campaigns/:id, DELETE /campaigns/:id. Full
lifecycle.
GET /campaigns/:id/metrics returns
reach, impressions, engagement, story views, and conversions.
pip install dreabee. Full parity
with Node.js. Typed with Pydantic models.
/v0/analytics endpoint removed. Deprecated in
v1.1 with 6 months notice. Migrate to /v1/influencers/:handle/analytics.
TikTok creator support lands alongside a bulk quality-check endpoint and the first official Node.js SDK in beta.
platform: "tiktok". Includes follower count, video engagement rate, and quality
score.
POST /quality/bulk accepts up to
50 handles per request. Vet an entire shortlist in a single API call.
npm install dreabee. TypeScript
types included. Covers all v1 read endpoints.
After 4 months in private beta with 30 design partners, the Dreabee API is publicly available. Influencer search, analytics, and audience quality scoring for Instagram and YouTube.