POST
/v2/cover/generateMüzik Kapağı API'si Oluştur
Müzik parçalarınız için AI kapak görselleri oluşturun. İstek başına 1 kredi tüketir.
POST
https://udioapi.pro/api/v2/cover/generatetips
Nasıl çalışır: görev oluşturun, durumu yoklayın ve ardından görselleri getirin.
Not: URL'ler 14 gün boyunca saklanır.
requestHeaders
| name | required | description |
|---|---|---|
nameAuthorization | requiredyes | descriptionKimlik doğrulama için taşıyıcı belirteci |
nameContent-Type | requiredyes | descriptionapplication/json |
requestBody
Teminat oluşturma için gövde talebi
commonParams
| paramName | paramType | required | description | example |
|---|---|---|---|---|
paramNametaskId | paramTypestring | requiredyes | descriptionOrijinal müzik oluşturma görev kimliği | examplegen123213213213123bksv |
responses
json
{
"code": 200,
"msg": "success",
"data": {
"taskId": "cover123123213213b880d2"
}
}codeExamples
curl
curl -X POST "https://udioapi.pro/api/v2/cover/generate" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"taskId": "gen123213213213123bksv"
}'