Models
Create a new model
post/v1/models
Request body
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
Example response
{
"modelId": "123e4567-e89b-12d3-a456-426614174000",
"balance": 100
}