Skip to content

Commit

Permalink
README Update πŸ“
Browse files Browse the repository at this point in the history
  • Loading branch information
Malith-Rukshan committed Jun 26, 2024
1 parent fef194c commit 75c90bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 75c90bf

Please sign in to comment.