Preprocess reference audio to extract features and lyrics for two-step cover generation.
HTTP: Bearer Auth
Bearer API_key, can be found in Account Management>API Keys.The media type of the request body. Must be set to application/json to ensure the data is sent in JSON format.
application/json Model name. Must be music-cover.
music-cover URL of the reference audio. Exactly one of audio_url or audio_base64 must be provided.
Reference audio constraints:
Base64-encoded reference audio. Exactly one of audio_url or audio_base64 must be provided.
Reference audio constraints:
Unique identifier for the preprocessed audio features. Valid for 24 hours. Pass this to the Music Generation API cover_feature_id parameter for two-step cover generation.
Same audio content returns the same cover_feature_id (MD5-based deduplication).
Structured lyrics extracted from the reference audio via ASR, formatted with section tags such as [Verse], [Chorus], [Bridge], etc. You can modify these lyrics before passing them to the Music Generation API.
JSON string containing the song structure analysis result, including segment types (intro, verse, chorus, bridge, outro, inst, silence) and their start/end timestamps in seconds.
Duration of the reference audio in seconds.
Unique trace ID for request tracking.
Status code and details