v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API

Calculate the price for enhancing text-to-image prompts

post/api/v1/client/prompt/image/price-calculation

Request body

promptstring
negative_promptstring nullable

Example request

{
  "prompt": "A beautiful landscape",
  "negative_prompt": "blurry, low quality"
}

Response

Price calculation returned successfully

pricenumber float

Example response

{
  "price": 0.00012345
}