cURL
curl --request PATCH \ --url https://api.fish.audio/model/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "description": "<string>", "cover_image": "<string>", "visibility": "public", "tags": [ "<string>" ] } '
{ "status": 123, "message": "<string>" }
Update an existing model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
public
unlist
private
Request fulfilled, document follows
Was this page helpful?