Last updated 3 months ago
Extends an existing audio clip using Suno AI, allowing for seamless audio continuation.
const response = await fetch('https://api.aimlapi.com/extend', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "audio_id": "text", "prompt": "text", "continue_at": "text", "title": "text", "tags": "text" }), }); const data = await response.json();
[ { "image_url": "https://example.com", "audio_url": "https://example.com", "video_url": "https://example.com" } ]