For the complete documentation index, see llms.txt. This page is also available as Markdown.

getTags

Get available tags

get

Returns list of all available tags for music generation

Authorizations
MuzaicAPI-Secret-KeystringRequired
Responses
200

Tags retrieved successfully

application/json
get/getTags
GET /getTags HTTP/1.1
Host: m10.muzaic.ai
MuzaicAPI-Secret-Key: YOUR_API_KEY
Accept: */*
{
  "tags": [
    {
      "id": 1,
      "name": "happy",
      "description": "Happy, joyful mood",
      "category": "mood",
      "active": true
    }
  ]
}

Last updated