Get Vectorize Price

Retrieves the current pricing for the vectorization service. This allows you to show an estimated price range to the user before they create a task.

GET /api/vectorize/price

Parameters #

ParameterTypeDescription
currencystring(Optional) The currency to return prices in. Defaults to "DKK".

Returns #

Returns the minimum and maximum price for the service.

{
  "minimumPrice": 150.0,
  "maximumPrice": 300.0,
  "currency": "DKK"
}