Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The API to list active plans
{{baseUrl}}/api/v1/plans
{ "plans": [ { "id": "45e46575-bf1d-4667-8acc-8b0ade8441e1", "name": "Free", "description": "The free plan for people who want to try before they trust. ", "features": [ "5 GB Cloud Storage", "2 Guests" ], "prices": [ { "currency": "INR", "interval": 1, "amount_cents": 1000, "frequency": "monthly" } ] }, { "id": "9afb7604-4e37-4698-a44b-21f221616ecf", "name": "Student", "description": "Plan for College students", "features": [ "20 GB Cloud Storage", "8 Guest Accounts", "24 Hours of Compute / Month" ], "prices": [] } ] }