Skip to main content

Get Music Video Details

GET 

/api/v1/mp4/record-info

Retrieve detailed information about a music video generation task.

Usage Guide

  • Use this endpoint to check the status of a video generation task
  • Access the video URL once generation is complete
  • Track processing progress and any errors that may have occurred

Status Descriptions

  • PENDING: Task is waiting to be processed
  • SUCCESS: Video generation completed successfully
  • CREATE_TASK_FAILED: Failed to create the video generation task
  • GENERATE_MP4_FAILED: Failed during video file creation

Developer Notes

  • The video URL is only available in the response when status is SUCCESS
  • Error codes and messages are provided for failed tasks
  • Videos are retained for 14 days after successful generation

Request

Responses

Success