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| Parameter | Type | Description |
|---|---|---|
| currency | string | (Optional) The currency to return prices in. Defaults to "DKK". |
Returns the minimum and maximum price for the service.
{
"minimumPrice": 150.0,
"maximumPrice": 300.0,
"currency": "DKK"
}