Fish Model Create API
POSThttps://api.acedata.cloud/fish/model

Request Headers

acceptstring
Specify the format of the response returned by the server. If not specified, the default format is `application/json`.
Please select
authorizationstring
Bearer token

Request Body

titlestringRequired parameter
Name of the voice model.
voicesstringRequired parameter
The HTTP(S) URL of the audio file for cloning must be a single URL string. This interface does not support multipart/binary file uploads.
descriptionstring
Description of the voice model (optional).
cover_imagestring
HTTP(S) URL of the voice model cover image (optional).
visibilitystring
The visibility of the model is set to `private` by default.
Please select
tagsarray
Tags used for retrieval in public repositories (optional).
textsarray
Reference text corresponding to the audio sample (optional).
enhance_audio_qualityboolean
If it is `true`, the upstream service will perform quality enhancement processing on the audio samples before training.
Please select
generate_sampleboolean
If it is `true`, the upstream service will generate a sample voice after the training is completed.
Please select

Response

Fish voice generation
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.