Models

Create a new model

post/v1/models

Request body

requestIdstring

Optional request id for analytics correlation

ethnicity'caucasian' | 'latina' | 'asian' | 'arab' | 'afro' | 'indian' | 'furry' | 'kemonomimi' | 'tiefling' required

The ethnicity of the model

age18 | 20 | 30 | 40 | 50 required

The age of the model

eyesColor'Blue' | 'Brown' | 'Green' required

The eyes color of the model

hairStyle'Straight' | 'Braids' | 'Bangs' | 'Bun' | 'Curly' | 'Short' | 'Long' | 'Pigtails' | 'Ponytail' | 'Emo' | 'Shoulder-length' | 'Buzz' | 'Pixie' | 'Hijab' | 'Veil' required

The hair style of the model

hairColor'Blonde' | 'Brunette' | 'Black' | 'Red' | 'Pink' | 'Blue' | 'Violet' | 'Airtouch' | 'Black with blonde highlights' | 'Ombre' required

The hair color of the model

bodyType'slim' | 'average' | 'athletic' | 'chubby' required

The body type of the model

breastSize'small' | 'medium' | 'large' | 'xl' required

The breast size of the model

buttSize'small' | 'medium' | 'large' required

The butt size of the model

personality'Caregiver' | 'Sage' | 'Innocent' | 'Jester' | 'Temptress' | 'Dominant' | 'Submissive' | 'Lover' | 'Nympho' | 'Mean' | 'Confidant' | 'Experimenter' required

The personality of the model

occupation'Massage Therapist' | 'Dentist' | 'Nutritionist' | 'Fitness Coach' | 'Artist' | 'Pharmacist' | 'Hairdresser' | 'Makeup Artist' | 'Gynecologist' | 'Writer' | 'Secretary' | 'Librarian' | 'Social Worker' | 'Fashion Designer' | 'Model' | 'Police Officer' | 'Nurse' | 'Yoga Instructor' | 'Waitress' | 'Cook' | 'Unemployed' | 'Dancer' | 'Teacher' | 'Student' | 'Life Coach' | 'Astronaut' | 'Kindergarten Teacher' | 'Soldier/Military Personnel' | 'Architect' | 'DJ' | 'Nun' required

The occupation of the model

hobbies'Yoga' | 'Vlogging' | 'Fitness' | 'Hiking' | 'Traveling' | 'Dancing' | 'Gaming' | 'Parties' | 'Rock' | 'Series' | 'Anime' | 'Cosplay' | 'Art' | 'Personal Growth' | 'Self-Development' | 'Cars' | 'Diy Crafting' | 'Veganism' | 'Photography' | 'Volunteering' | 'Watching Netflix' | 'Martial Arts' required

The hobbies of the model

relationship'Stranger' | 'School Mate' | 'Colleague' | 'Mentor' | 'Girlfriend' | 'Sex Friend' | 'Wife' | 'Mistress' | 'Friend' | 'Best Friend' | 'Step Sister' | 'Step Mom' required

The relationship of the model to the user

voicestring

Optional stable voice slug from create-form-config (e.g. "sweet-and-seductive"). Resolved to ElevenLabs id server-side; slugs stay stable if ids change. If omitted, a voice is chosen at random from the same set.

Example request

{
  "requestId": "b1b3d2f0-5a4c-4e2f-9a1b-1234567890ab",
  "ethnicity": "asian",
  "age": 20,
  "eyesColor": "Brown",
  "hairStyle": "Long",
  "hairColor": "Black",
  "bodyType": "slim",
  "breastSize": "small",
  "buttSize": "small",
  "personality": "Caregiver",
  "occupation": "Model",
  "relationship": "Friend",
  "voice": "sweet-and-seductive"
}

Response

Model created successfully

modelIdstring required

The model ID

balancenumber required

The balance after the model creation

Example response

{
  "modelId": "123e4567-e89b-12d3-a456-426614174000",
  "balance": 100
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.