Music API FAQ & Troubleshooting
šµ Sonic API FAQ
1. How can I quickly get started with all the features of the Sonic API?
Then, follow our documentation to test specific functionalities.
New accounts have 5 free test opportunities.
2. How do I generate a custom song?
true
, and fill in the prompt
, title
, and tags
fields.3. How can I generate a song based on a description?
false
and fill in the gpt_description_prompt
field, which will contain your song description.4. How do I generate custom and non-custom instrumental music?
5. How can I extend music?
task_types
to extend_music.continue_clip_id
(the clip ID of the song you want to extend).continue_at
(the starting time point for extension in seconds).6. How do I retrieve the full extended music?
To get the full song, use
concat_music
as the task_type
and provide the continue_clip_id
of the extended clip.This will merge the extended part with the original.
7. How can I create a song cover?
cover_music
as the task_type.continue_clip_id
to the clip ID of the original song to be covered.8. How do I create a persona?
name
ā Persona namedescription
ā Persona style descriptioncontinue_clip_id
ā Clip ID of the original song used to create the persona9. How do I generate music using a created persona?
persona_music
as the task_type.persona_id
field.10. How can I upload my own song to obtain an official Sonic clip ID?
url
field.11. How do I generate professional lyrics?
description
field.12. How can I extend a song I uploaded?
1.
2.
3.
task_type
to extend_upload_music instead of extend_music
.13. How can I cover a song I uploaded?
1.
2.
3.
task_type
to cover_upload_music instead of cover_music
.Modified atĀ 2025-02-11 03:20:45