curl --request POST \
--url https://api.evolink.ai/v1/audios/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "suno-persona",
"model_params": {
"source_task_id": "task-unified-1774169216-ocqaqde7",
"result_id": "4fcc4507-a7ae-4441-ad8a-465c2f61d5bb",
"name": "Electronic Pop Singer",
"description": "Modern electronic style with energetic beats and synthesizer tones for dance music"
}
}
'
{
"created": 1774170584,
"id": "task-unified-1774170584-su75smg7",
"model": "suno-persona",
"object": "audio.generation.task",
"progress": 0,
"status": "pending",
"task_info": {
"can_cancel": false,
"estimated_time": 15
},
"type": "audio",
"usage": {
"billing_rule": "per_call",
"credits_reserved": 1,
"user_group": "default"
}
}
Suno
Suno Persona 作成 Beta
POST
/
v1
/
audios
/
generations
curl --request POST \
--url https://api.evolink.ai/v1/audios/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "suno-persona",
"model_params": {
"source_task_id": "task-unified-1774169216-ocqaqde7",
"result_id": "4fcc4507-a7ae-4441-ad8a-465c2f61d5bb",
"name": "Electronic Pop Singer",
"description": "Modern electronic style with energetic beats and synthesizer tones for dance music"
}
}
'
{
"created": 1774170584,
"id": "task-unified-1774170584-su75smg7",
"model": "suno-persona",
"object": "audio.generation.task",
"progress": 0,
"status": "pending",
"task_info": {
"can_cancel": false,
"estimated_time": 15
},
"type": "audio",
"usage": {
"billing_rule": "per_call",
"credits_reserved": 1,
"user_group": "default"
}
}
承認
##すべてのAPIにBearer Token認証が必要です##
APIキーの取得:
APIキー管理ページにアクセスしてAPIキーを取得してください
リクエストヘッダーに追加:
Authorization: Bearer YOUR_API_KEY
ボディ
application/json
レスポンス
Persona作成タスクの送信に成功しました
タスク作成タイムスタンプ
例:
1774170584
タスク ID、タスクのステータスと結果を照会するために使用
例:
"task-unified-1774170584-su75smg7"
使用された実際のモデル名
例:
"suno-persona"
タスクタイプ
利用可能なオプション:
audio.generation.task タスク進捗率(0-100)
必須範囲:
0 <= x <= 100例:
0
タスクステータス
利用可能なオプション:
pending, processing, completed, failed 例:
"pending"
音声タスクの詳細
Show child attributes
Show child attributes
タスク出力タイプ
利用可能なオプション:
audio 例:
"audio"
使用量と課金情報
Show child attributes
Show child attributes