From 75c90bf1deae3c6f9eec6c894698e00902b264a9 Mon Sep 17 00:00:00 2001 From: Malith-Rukshan Date: Wed, 26 Jun 2024 09:14:06 +0530 Subject: [PATCH] =?UTF-8?q?README=20Update=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 0de297b..1e8b71b 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,22 @@ Models provided by Suno AI to Generate music. - **Response:** Just Clip Response - Same to `/generate` Response but Only Clip +`POST /set_visibility` + + - **Request Body:** + ```json + { + "song_id": "uuid-song-id", + "is_public": true + } + ``` + - **Response:** + ```json + { + "is_public": true + } + ``` + **4. Retrieve Credit Information** `GET /credits`