Fish Audio Voice Cloning
Audio
Fish Audio Voice Cloning
POST
Fish Audio Voice Cloning
Fish Audio API for creating voice models (voice cloning).
Request Headers
Enum:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
Model type. tts stands for text-to-speech.Possible values:
ttsAllowed values: "tts"Model title or name.
Model training mode. For TTS models, fast means the model is available immediately after creation.Possible values:
fastAllowed values: "fast"Upload voice files for model fine-tuning.
Model visibility. public will display on the discovery page, unlist allows anyone with the link to access, private is visible only to the creator.Possible values:
public, unlist, privateModel description.
Model cover image. Required if the model is public.
Text corresponding to the voices. If not specified, ASR (Automatic Speech Recognition) will be performed on the voices.
Model tags.
Enhance audio quality.
Response
Unique identifier of the created model.
Model type.Possible values:
svc, ttsModel title or name.
Model description.
URL of the model cover image.
Current state of the model.Possible values:
created, training, trained, failedModel tags.
Timestamp when the model was created.
Timestamp when the model was last updated.
Model visibility setting.Possible values:
public, unlist, privateNumber of likes the model has received.
Number of bookmarks the model has received.
Number of times the model has been shared.
Number of tasks associated with the model.
Information about the model author.
Training mode used by the model.Possible values:
fast, fullSample data associated with the model.
Languages supported by the model.
Whether the visibility setting is locked.
Whether the current user has unliked this model.
Whether the current user has liked this model.
Whether the current user has bookmarked this model.