Authorization: Bearer ********************
curl --location -g --request POST '{{YOUR_BASE_URL}}/fish/model' \
--form 'title="chatfire-tts-model"' \
--form 'voices=@""' \
--form 'texts=""'
{
"_id": "2f5a7ff6762d42eab33e459beca2a422",
"type": "tts",
"title": "chatfire-tts-model",
"description": "",
"cover_image": "coverimage/2f5a7ff6762d42eab33e459beca2a422",
"train_mode": "fast",
"state": "trained",
"tags": [],
"samples": [],
"created_at": "2024-10-25T07:53:13.581258Z",
"updated_at": "2024-10-25T07:53:13.580856Z",
"languages": [
"en"
],
"visibility": "public",
"lock_visibility": false,
"like_count": 0,
"mark_count": 0,
"shared_count": 0,
"task_count": 0,
"liked": false,
"marked": false,
"author": {
"_id": "09a4d8ed4434477cbac20b6eb6712f8b",
"nickname": "1",
"avatar": ""
}
}