Run in Apifox
Utilizes AI audio separation technology to extract background sounds, ambient noise, or instrumental accompaniment from a video, completely removing the human vocals.
Request Body Params application/json Required
{
"2##file" : "2c429fb963a46a9aae25513eaf68f0a592f3ac2f0dd7dbbe2d67a497371199c5.mp4"
} Request Code Samples
curl --location 'https://www.runninghub.ai/openapi/v2/rhart-audio/extract-background' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data '{
"2##file": "2c429fb963a46a9aae25513eaf68f0a592f3ac2f0dd7dbbe2d67a497371199c5.mp4"
}' Responses Task result query endpoint: /openapi/v2/query
{
"taskId" : "2013508786110730241" ,
"status" : "RUNNING" ,
"errorCode" : "" ,
"errorMessage" : "" ,
"results" : null ,
"clientId" : "f828b9af25161bc066ef152db7b29ccc" ,
"promptTips" : "{\"result\": true, \"error\": null, \"outputs_to_execute\": [\"4\"], \"node_errors\": {}}"
} Modified at 2026-05-29 12:00:16