Passer au contenu principal
GET
/
subscriptions
/
plans
curl -X GET https://api.llmgenerator.com/api/v1/subscriptions/plans
{
  "plans": [
    {
      "id": "starter",
      "name": "Starter",
      "monthlyCredits": 500,
      "price": 4.99,
      "features": [
        "500 credits/month",
        "Email support",
        "Basic analytics"
      ]
    },
    {
      "id": "professional",
      "name": "Professional",
      "monthlyCredits": 3000,
      "price": 12.99,
      "features": [
        "3,000 credits/month",
        "Priority support",
        "Advanced analytics",
        "API access"
      ]
    },
    {
      "id": "business",
      "name": "Business",
      "monthlyCredits": 10000,
      "price": 29.99,
      "features": [
        "10,000 credits/month",
        "Dedicated support",
        "Custom integrations",
        "Team management"
      ]
    },
    {
      "id": "agency",
      "name": "Agency",
      "monthlyCredits": 30000,
      "price": 69.99,
      "features": [
        "30,000 credits/month",
        "White-label options",
        "Priority processing",
        "Custom solutions"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt

Use this file to discover all available pages before exploring further.

Vue d’ensemble

Renvoie toutes les formules disponibles. Ce point de terminaison est public et ne nécessite pas d’authentification, ce qui convient pour afficher les tarifs dans votre application.

Formules disponibles

FormuleCrédits mensuelsPrix (USD)
Starter5004,99 $/mois
Professional3 00012,99 $/mois
Business10 00029,99 $/mois
Agency30 00069,99 $/mois
curl -X GET https://api.llmgenerator.com/api/v1/subscriptions/plans
{
  "plans": [
    {
      "id": "starter",
      "name": "Starter",
      "monthlyCredits": 500,
      "price": 4.99,
      "features": [
        "500 credits/month",
        "Email support",
        "Basic analytics"
      ]
    },
    {
      "id": "professional",
      "name": "Professional",
      "monthlyCredits": 3000,
      "price": 12.99,
      "features": [
        "3,000 credits/month",
        "Priority support",
        "Advanced analytics",
        "API access"
      ]
    },
    {
      "id": "business",
      "name": "Business",
      "monthlyCredits": 10000,
      "price": 29.99,
      "features": [
        "10,000 credits/month",
        "Dedicated support",
        "Custom integrations",
        "Team management"
      ]
    },
    {
      "id": "agency",
      "name": "Agency",
      "monthlyCredits": 30000,
      "price": 69.99,
      "features": [
        "30,000 credits/month",
        "White-label options",
        "Priority processing",
        "Custom solutions"
      ]
    }
  ]
}

Champs de réponse

plans
array
Tableau d’objets formule.

Cas d’usage

  • Pages tarifaires : présenter les offres aux prospects
  • Comparatif de formules : aider au choix
  • Incitations à la mise à niveau : proposer des montées en gamme aux abonnés actuels