GET /v1/checkout/plans/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": "0101c957-8177-48c4-b232-f4ddd2fbce19",
            "index": 1,
            "name": "Startup",
            "description": "For individuals that want to automate a few simple workflows with AI.",
            "usdBasePrice": 49.0,
            "usdActionVolumePrice": 15.0,
            "usdTrainingRunPrice": 10.0,
            "cadence": "month",
            "paddlePlanId": "757319",
            "active": true,
            "callToAction": "Try for free",
            "callToActionHint": "14-day trial",
            "planhighlightSet": [
                {
                    "index": 2,
                    "text": "10 AI trainings",
                    "cadence": "month",
                    "tooltip": null
                },
                {
                    "index": 3,
                    "text": "5 active AI Blocks",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 4,
                    "text": "Unlimited Flows",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 5,
                    "text": "Community Support",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 1,
                    "text": "5,000 actions",
                    "cadence": "month",
                    "tooltip": "1 action = 1 operation on a data point (e.g. an email being classified). Can be increased in settings."
                }
            ],
            "includedActionVolume": 1000,
            "includedTrainingRunVolume": 10,
            "actionVolumes": [
                500,
                1000,
                2000,
                4000
            ],
            "isDisplay": true
        },
        {
            "id": "ec8c5d59-42fe-477e-9a1a-0bc1743f7208",
            "index": 2,
            "name": "Business",
            "description": "For teams that want to use AI to transform their processes and reach next level productivity.",
            "usdBasePrice": 139.0,
            "usdActionVolumePrice": 3.0,
            "usdTrainingRunPrice": 10.0,
            "cadence": "month",
            "paddlePlanId": "757321",
            "active": true,
            "callToAction": "Try for free",
            "callToActionHint": "14-day trial",
            "planhighlightSet": [
                {
                    "index": 2,
                    "text": "50 AI trainings",
                    "cadence": "month",
                    "tooltip": null
                },
                {
                    "index": 3,
                    "text": "20 active AI Blocks",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 4,
                    "text": "Unlimited Flows",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 5,
                    "text": "Chat support",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 1,
                    "text": "50,000 actions",
                    "cadence": "month",
                    "tooltip": "1 action = 1 operation on a data point (e.g. an email being classified). Can be increased in settings."
                }
            ],
            "includedActionVolume": 50000,
            "includedTrainingRunVolume": 50,
            "actionVolumes": [
                5000,
                10000,
                20000,
                50000,
                100000,
                200000,
                500000
            ],
            "isDisplay": true
        },
        {
            "id": "34bfaafa-c886-4356-b341-9e7a2f867bde",
            "index": 3,
            "name": "Enterprise",
            "description": "For companies with large volumes that need additional control, security and support",
            "usdBasePrice": null,
            "usdActionVolumePrice": null,
            "usdTrainingRunPrice": null,
            "cadence": null,
            "paddlePlanId": null,
            "active": true,
            "callToAction": "Subscribe",
            "callToActionHint": "",
            "planhighlightSet": [
                {
                    "index": 1,
                    "text": "Unlimited Actions & Trainings",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 2,
                    "text": "Role-based access control",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 3,
                    "text": "Audit logs",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 4,
                    "text": "SAML-based SSO",
                    "cadence": null,
                    "tooltip": null
                },
                {
                    "index": 5,
                    "text": "Dedicated success manager",
                    "cadence": null,
                    "tooltip": null
                }
            ],
            "includedActionVolume": null,
            "includedTrainingRunVolume": null,
            "actionVolumes": null,
            "isDisplay": true
        },
        {
            "id": "14cfbbfa-a816-4356-b341-9e7a2f867bde",
            "index": 4,
            "name": "Free Forever",
            "description": "For internal purposes",
            "usdBasePrice": null,
            "usdActionVolumePrice": null,
            "usdTrainingRunPrice": null,
            "cadence": null,
            "paddlePlanId": null,
            "active": true,
            "callToAction": "Apply for a job @ Levity",
            "callToActionHint": "Check out our Careers page",
            "planhighlightSet": [],
            "includedActionVolume": null,
            "includedTrainingRunVolume": null,
            "actionVolumes": null,
            "isDisplay": false
        }
    ]
}