v1
latestOpenAPI 3.1.02026-07-2627084.1 KBGenerate a Song from an Image
Generate a song from an image by analyzing it and creating music based on visual content. The process can optionally include custom lyrics, voice conversion, and various musical parameters.
post/v1/image_to_song
Response
Successfully initiated image-to-song task
Example response
{
"success": true,
"message": "Message Published To Queue",
"task_id": "task_12345",
"conversion_id_1": "conv_12345",
"conversion_id_2": "conv_54321",
"eta": 300,
"credit_estimate": 150.5
}