Add a follower count record via the API.
API Key Create a key in /app/dashboard/settings/api-keys and send it in x-api-key. Keys grant access to their owner's API data and actions; per-key scopes and OAuth delegation are not supported. Requires ZeroCut Premium. See /docs/api for onboarding, rate limits, and versioning.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Name platform explicitly or use the legacy source-as-platform form.
Name platform explicitly or use the legacy source-as-platform form.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/follower/create" \ -H "Content-Type: application/json" \ -d '{ "followerCount": 1000, "platform": "twitch", "accountId": null }'{ "id": "00000000-0000-0000-0000-000000000000", "userId": "test-user-id", "followerCount": 1000, "platform": "twitch", "accountId": null, "origin": "manual", "recordedAt": "2026-09-18T17:03:17.013Z", "createdAt": "2026-09-18T17:03:17.013Z"}{ "error": "string", "code": "string", "details": null}{ "error": "string", "code": "string", "details": null}{ "error": "string", "code": "string", "details": null}{ "error": "string", "code": "string", "details": null}{ "error": "string", "code": "string", "details": null}{ "error": "string", "code": "string", "details": null}Platform that owns this follower count
^[a-z0-9][a-z0-9-]{0,31}$Legacy producer label; not returned in follower DTOs
^[a-z0-9][a-z0-9_-]{0,79}$length <= 80"api"Provider-native account ID. Omit or pass null only for a platform-wide manual value.
Current follower count
0 <= value <= 1000000000