Skip to main content
POST
Create

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Body

application/json

Body for POST /agencies. name, slug, and code are required and become immutable after creation.

name
string
required

Required on create. Immutable afterwards: passed name is silently ignored on update.

Required string length: 2 - 55
Example:

"Bright Studio"

slug
string
required

URL-friendly identifier, lowercase letters / digits / hyphens. Required on create, immutable afterwards (silently ignored on update).

Required string length: 3 - 35
Pattern: ^[a-z0-9-]+$
Example:

"bright-studio"

code
string
required

Agency code: 3 to 6 uppercase letters. Required on create, immutable afterwards (silently ignored on update).

Required string length: 3 - 6
Pattern: ^[A-Z]+$
Example:

"BST"

description
string | null
Maximum string length: 500
website
string<uri> | null
Maximum string length: 255
tg_contact
string | null
Maximum string length: 64
email
string<email> | null
email_published
boolean
models_count_size
enum<string>
Available options:
not_specified,
0_10,
10_50,
50_100,
100_plus
countries

worldwide (string), an empty array [] (collapses to worldwide), or an array of ISO 3166-1 alpha-2 country codes.

Available options:
worldwide
model_commission
number
Required range: 0 <= x <= 100
model_commission_max
number
Required range: 0 <= x <= 100
model_commission_custom
string
Maximum string length: 120
model_requirements
string
Maximum string length: 2000
platforms
enum<string>[]
Maximum array length: 10
Available options:
onlyfans,
fansly
offered_services
enum<string>[]
Maximum array length: 30
Available options:
growth_marketing,
chatting_management,
social_media_management,
content_support,
branding_pr,
dmca_protection,
legal_support,
coaching_consulting
founded
string<date>
service_model
enum<string> | null
Available options:
not_specified,
full_service,
boutique,
specialized,
coaching
topagencies_publish
boolean

Response

Created

success
boolean
Example:

true

data
object