/
/deAPI REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Client API49
Client API v233
  • post/api/v2/audio/music
  • post/api/v2/audio/music/price
  • post/api/v2/audio/speech
  • post/api/v2/audio/speech/price
  • post/api/v2/audio/transcriptions
  • post/api/v2/audio/transcriptions/price
  • post/api/v2/embeddings
  • post/api/v2/embeddings/price
  • post/api/v2/images/background-removals
  • post/api/v2/images/background-removals/price
  • post/api/v2/images/edits
  • post/api/v2/images/edits/price
  • post/api/v2/images/generations
  • post/api/v2/images/generations/price
  • post/api/v2/images/ocr
  • post/api/v2/images/ocr/price
  • post/api/v2/images/upscales
  • post/api/v2/images/upscales/price
  • post/api/v2/prompts/enhancements
  • post/api/v2/prompts/enhancements/price
  • get/api/v2/account/balance
  • get/api/v2/jobs/{job_request}
  • get/api/v2/models
  • post/api/v2/videos/animations
  • post/api/v2/videos/animations/price
  • post/api/v2/videos/audio-syncs
  • post/api/v2/videos/audio-syncs/price
  • post/api/v2/videos/generations
  • post/api/v2/videos/generations/price
  • post/api/v2/videos/replacements
  • post/api/v2/videos/replacements/price
  • post/api/v2/videos/upscales
  • post/api/v2/videos/upscales/price
    Client API v2

    Estimate the price of a video character replacement request.

    post/api/v2/videos/replacements/price

    Headers

    Accept'application/json' required

    Response

    Calculated price for video replace inference.

    Example response

    {
      "data": {
        "price": 0.15
      }
    }

    Changes