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"
]
}
]
}
가격·혜택이 포함된 사용 가능한 구독 플랜 목록을 반환합니다.
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.
| 플랜 | 월간 크레딧 | 가격(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"
]
}
]
}
이 페이지가 도움이 되었나요?