POST
/
api
/
v1
/
client
/
videos
/
replace
/
price
Video Replace Price Calculation
curl --request POST \
  --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/videos/replace/price \
  --header 'Content-Type: application/json' \
  --data '
{
  "model": "Wan2_2_Animate",
  "duration": 123,
  "width": 123,
  "height": 123,
  "steps": 123,
  "seed": 123
}
'
{
  "data": {
    "price": 0.012
  }
}

Body

application/json
model
string
required
Example:

"Wan2_2_Animate"

duration
number

Video duration in seconds

width
integer
height
integer
steps
integer
seed
integer

Response

Price calculated

data
object