Studio

Get studio generation prices

Returns the current prices for image and video generation

get/v1/studio/price

Response

Prices retrieved successfully

imagePricenumber required

Price per image generation in coins

videoPricenumber required

Price per video generation (image + video pipeline) in coins

animatePricenumber required

Price per animate (existing image to video) in coins

upscaleImagePricenumber required

Price per image upscale in coins

upscaleVideoPricenumber required

Price per video upscale in coins

Example response

{
  "imagePrice": 4,
  "videoPrice": 10,
  "animatePrice": 6,
  "upscaleImagePrice": 4,
  "upscaleVideoPrice": 10
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.