Background music
GET /api/v1/musics
List all MP3 files available in the background music library (resource/songs/).
POST /api/v1/musics
Upload an MP3 file to the background music library. Only.mp3 files are accepted.
bgm_file when generating a video.
Video materials
GET /api/v1/video_materials
List all local video and image files available as video materials.mp4, mov, avi, flv, mkv, jpg, jpeg, png.
POST /api/v1/video_materials
Upload a video or image file to the local materials library.After uploading local materials, set
video_source = "local" in your video generation request to use them as footage. See Video Sources for details.