Skip to main content
POST
Studio fadeIn
Apply fade-in and export. Equivalent to /studio/edit with ops=[fadeIn]. Coexists with legacy /audio/fade.
Free (0 credits). Poll Get Task Status until success.

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:

0

end_s
number

淡入结束秒

Required range: x >= 0
duration_s
number
default:2

淡入时长秒(与 end_s 二选一,默认 2)

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"