curl --request GET \
--url https://api.creatify.ai/api/music_categories/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
[
{
"name": "<string>"
}
]
curl --request GET \
--url https://api.creatify.ai/api/music_categories/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
[
{
"name": "<string>"
}
]
API ID, from your settings page.
API Key, from your settings page.
The response is of type object[]
.