sora-upload-character-channel-low-price
Run in Apifox
Create the corresponding image based on the video. Channel-low-price: priced significantly lower than the Official Stable Edition, but stability is not guaranteed.
Request Body Params application/json Required
{
"videoUrl" : "https://example.com/input.mp4"
} Request Code Samples
curl --location 'https://www.runninghub.ai/openapi/v2/rhart-video-s/sora-upload-character' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data '{
"videoUrl": "https://example.com/input.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-04-23 02:17:48