Merge audio into a video
POST/operator/merge-video-audio
Merge audio into a video
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
videostringrequired
The URL of the video file.
Example:
https://example.com/video.mp4
audiostringrequired
The URL of the audio file.
Example:
https://example.com/audio.mp3
fileNamestring
The name of the merged video.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
outputUrlstringrequired
The URL where the merged video can be downloaded.
Example:
https://example.com/output.mp4
{
"outputUrl": "https://example.com/output.mp4"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}