Billing
List Plans
Retrieve all available Voxmind subscription plans and their included quotas.
GET
Overview
Returns all subscription plans available on the Voxmind platform. Plan details include the included call quotas and configuration thresholds. Use this endpoint to dynamically display plan information in your own billing UI or to programmatically check what’s included in a given plan before prompting a user to upgrade.Query Parameters
string
Filter plans by field values. Example:
filter=id=gte:2string
Sort order. Example:
sort=id:ascinteger
default:"100"
Results per page. Maximum 300.
integer
default:"1"
Page number.

