업로드 권한 요청
POST
/suno/uploads/audio
- 오디오 업로드용 upload_id 및 S3 사전 서명 정보(
url,fields) 획득 - 클라이언트는 반환된
url과fields로 S3에 직접 업로드(본 API 경유 아님) - 업로드 흐름 1단계; 이후 upload-finish 및 상태 조회 API 호출
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
extension
string
Required
오디오 파일 확장자(예: mp3)
Responses
성공
application/json
object
id
string
Required
업로드 작업 ID(upload_id)
url
string
Required
S3 업로드 URL
fields
object
Required
is_file_uploaded
boolean
Required
파일 업로드 완료 여부