Skip to main content
POST
Studio fadeOut
Apply fade-out and export. Equivalent to /studio/edit with ops=[fadeOut]. Coexists with legacy /audio/fade.
Free (0 credits). Poll Get Task Status until success. Ensure start_s is within the current song length.

Parameters

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
clip_id
string
required

原歌曲 clip_id

start_s
number
required

开始变弱的位置秒

Required range: x >= 0
Example:

80

end_s
number

淡出结束秒;默认到当前歌曲结尾

Required range: x >= 0
title
string

新歌标题

beat
object

Optional metronome export; omit for legacy behavior

Response

201 - application/json
taskId
string
required

task id. Use this id to query task status.

Example:

"15c257ff-43f7-4678-bd41-202ad6b8488b"