getTags
Returns list of all available tags for music generation
Authorizations
MuzaicAPI-Secret-KeystringRequired
Responses
200
Tags retrieved successfully
application/json
401
Unauthorized
429
Rate limit exceeded
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