header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Body Params application/json
Example
{"clip_id":"Đây là ID của đoạn nhạc (clip) được tạo sau khi thực hiện thao tác extend","is_infill":false}
Request Code 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--request POST '/suno/submit/concat' \
--header'Accept: application/json' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data-raw'{
"clip_id": "Đây là ID của đoạn nhạc (clip) được tạo sau khi thực hiện thao tác extend",
"is_infill": false
}'