/suno/act/mp4/{clip_id} endpoint allows you to generate an MP4 music video for a completed music clip. This endpoint retrieves the music video URL for a given clip, which can be used for visual presentation, social media sharing, or multimedia applications.⚠️ Important Note:
You must wait until the music generation task is fully complete before calling this endpoint. Attempting to retrieve timing data for an incomplete task will result in an error. Use the Single task query endpoint to verify the task status iscompletebefore requesting timing information.
curl --location --request GET 'https://api.cometapi.com/suno/act/mp4/5fb7068b-4b0b-4b2f-a5c0-3d11083a8425' \
--header 'Authorization: Bearer '{
"mp4": "https://cdn1.suno.ai/a624123d-22cc-4d4d-bf28-78d312f61597.mp4"
}