Admin Models
Create a new model
Create a new model with the provided data
post/admin/models
Request body
Example request
{
"name": "Sarah",
"description": "A friendly and caring personality",
"photo": "https://example.com/photo.jpg",
"video": "https://example.com/video.mp4",
"avatarIcon": "avatarIcon.webp",
"tiktokVideo": "tiktok/model_tiktok.mp4",
"onboardingImage": "onboarding/model_onboarding.webp",
"isPublic": true,
"gender": "female",
"breastSize": "medium",
"bodyType": "slim",
"buttSize": "small",
"ethnicity": "asian",
"age": 25,
"eyesColor": "Brown",
"hairStyle": "Long",
"hairColor": "Black",
"personality": "Caregiver",
"occupation": "Nurse",
"hobbies": [
"Yoga",
"Fitness"
],
"relationship": "Friend",
"voice": "Soft and gentle",
"firstMsg": "Hi! I'm so glad to meet you!",
"firstMsgImage": "https://example.com/first-msg.jpg",
"firstMsgImageSfw": "https://example.com/first-msg-sfw.webp",
"firstMsgImageNsfw": "https://example.com/first-msg-nsfw.webp",
"firstMsgVideo": "https://example.com/first-msg.mp4",
"firstMsgVideoPreview": "https://example.com/first-msg-preview.jpg",
"firstMsgVideoDuration": 30,
"userFirstMsgHelp": "Try saying hello or asking about my day!",
"userId": "user-uuid-here",
"order": 1,
"baseViews": 280,
"baseLikes": 120,
"generateSystemPrompt": true
}Response
Model created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.