Skip to main content

Create Music Video

POST 

/api/v1/mp4/generate

Create a video with visualizations based on your generated music track.

Usage Guide

  • Use this endpoint to turn your audio tracks into visually appealing videos
  • Add artist attribution and branding to your music videos
  • Videos can be shared on social media or embedded in websites

Parameter Details

  • taskId identifies the original music generation task
  • audioId specifies which audio track to visualize when multiple variations exist
  • Optional author and domainName add customized branding to the video

Developer Notes

  • Generated video files are retained for 14 days
  • Videos are optimized for social media sharing
  • Processing time varies based on audio length and server load

Request

Responses

Success

Callbacks

POST 

{$request.body#/callBackUrl}

When MP4 generation is complete, the system will send a POST request to the provided callback URL to notify the result

Callbacks Responses

Callback received successfully