curl -X GET https://api.voxmind.ai/plans/1 \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Accept: application/json"
{ "id": 1, "details": { "name": "Starter", "monthly_calls_included": 2500, "overage_rate_gbp": 0.18 }, "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T00:00:00Z" }
Retrieve details for a specific subscription plan by its ID.
Documentation IndexFetch the complete documentation index at: https://docs.voxmind.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.voxmind.ai/llms.txt
Use this file to discover all available pages before exploring further.