
🇨🇳 Chinese

🇨🇳 Chinese
- 系统内部接口
- OpenAI
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
获取 wav 格式文件
GET
/suno/act/wav/{clip_id}
Last modified:2025-05-06 09:01:16
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
clip_id
string
required
Example:
2dd391cd-996b-4843-9738-1aed26f170e4
Header Params
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/suno/act/wav/2dd391cd-996b-4843-9738-1aed26f170e4' \
--header 'Authorization: '
Responses
🟢200成功
application/json
Body
object {0}
Example
{
"wav_file_url": "https://cdn1.suno.ai/2dd391cd-996b-4843-9738-1aed26f170e4.wav"
}
Modified at 2025-05-06 09:01:16