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"
]
}
]
}
サブスクリプション
契約プラン一覧
価格と機能を含む、利用可能なすべてのサブスクプランを返します。
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"
]
}
]
}
概要
利用可能なすべてのサブスクリプションプランを返します。本エンドポイントは公開で認証不要のため、アプリ内の料金表示に適しています。プラン一覧
| プラン | 月間クレジット | 価格(USD) |
|---|---|---|
| Starter | 500 | $4.99/月 |
| Professional | 3,000 | $12.99/月 |
| Business | 10,000 | $29.99/月 |
| Agency | 30,000 | $69.99/月 |
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"
]
}
]
}
レスポンスフィールド
利用例
- 料金ページ: 見込み顧客向けにプランを表示する
- プラン比較: ユーザーが適したプランを選べるようにする
- アップグレード案内: 既存ユーザーに上位プランを提示する
このページは役に立ちましたか?
⌘I