---
title: "Create Creator"
method: POST
path: "/v1/creators"
tags: ["Creators"]
---

# Create Creator

`POST /v1/creators`

## Request body

- CreatorCreate
  - `name` string, required
  - `email` string, required
  - `avatar_url` string, uri
  - `extra_terms_url` string, uri
  - `extra_terms_text` string
  - `social_medias` CreatorSocial[]
    - `url` string, required
    - `platform` 'tiktok' | 'youtube' | 'instagram' | 'threads' | 'x_twitter' | 'facebook' | 'reddit' | 'twitch' | 'other'
  - `creator_tier_group_id` string — Tier group to assign the creator to on creation, if any.
  - `coupon_code` string — Override for the auto-generated promo code. If omitted, the code is derived from the creator's name.
  - `create_default_coupon` boolean — Whether to create the default creator promo coupon.

## Response `201`

Successful Response

- CreatorRead
  - `name` string, required
  - `email` string, required
  - `avatar_url` string
  - `extra_terms_url` string
  - `extra_terms_text` string
  - `social_medias` CreatorSocial[]
    - `url` string, required
    - `platform` 'tiktok' | 'youtube' | 'instagram' | 'threads' | 'x_twitter' | 'facebook' | 'reddit' | 'twitch' | 'other'
  - `id` string, required
  - `coupon_count` integer
  - `revenue` integer
  - `balance` integer
  - `terms` CreatorTermsRead
    - `id` string, required
    - `accepted_at` integer, required
    - `date_of_birth` string, date
    - `country` string
    - `state` 'US-AL' | 'US-MS' | 'US-NE' | 'US-PR' — An enumeration.
    - `age` integer
  - `creator_tier_group_id` string — Identifier of the tier group the creator is assigned to, if any.
  - `current_creator_tier_id` string — Identifier of the tier the creator currently qualifies for based on lifetime gross revenue.
  - `revenue_share_override_enabled` boolean — When true, revenue_share_override_bps takes precedence over the tier's revenue_share_bps.
  - `revenue_share_override_bps` integer — Per-creator revenue share override in basis points (0-10000).
  - `lifetime_gross_usd_cents` integer — Cumulative gross revenue attributed to the creator, in USD cents.
  - `annotation` CreatorAnnotation
    - `note` string
    - `display_name` string
  - `earnings_cap` CreatorEarningsCap
    - `limit_usd_cents` integer, required — Maximum reward the creator may earn within one period, in USD cents.
    - `period` 'week' | 'month', required — The subset of `PeriodType` an earnings cap can be measured over.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/0c1b4ac1865b/schema)
