Request

GET /api/v1/pricing

Public endpoint; no login required.

Response

Returns the current price matrix, resolution/duration limits, canvas constraints, enhance prices, and more. The frontend uses it to show prices and limits; automation scripts can fetch it before choosing parameters.

Main fields:

  • price_matrix: prices by resolution/duration.
  • max_duration_by_resolution: max duration per resolution.
  • enhance_prices: enhance prices.
  • canvas: custom canvas constraints.
  • mock_payment_enabled: whether mock payment is enabled.

Note

Prices can be changed by admins, so fetch fresh data instead of hardcoding.