autostream-ai-agent/backend/knowledge_base.json
2026-04-12 21:03:52 +05:30

60 lines
2 KiB
JSON

{
"company": "AutoStream",
"description": "AutoStream is a SaaS platform that provides AI-powered automated video editing tools for content creators — helping YouTubers, TikTokers, and social media professionals save hours of editing time every week.",
"plans": {
"basic": {
"price": "$9/month",
"features": [
"Auto-cut silence & filler words",
"Basic color grading",
"720p export",
"5 projects/month",
"Email support"
]
},
"pro": {
"price": "$29/month",
"features": [
"Everything in Basic",
"AI b-roll suggestions",
"4K export",
"Unlimited projects",
"Custom branding & watermark removal",
"Priority support",
"AI thumbnail generator",
"Multi-platform export (YouTube, TikTok, Instagram)"
]
}
},
"policies": {
"refund": "30-day money-back guarantee, no questions asked.",
"support": "Email support for Basic plan; priority live chat + email for Pro plan. Response time: 24h (Basic), 4h (Pro).",
"cancellation": "Cancel anytime from your dashboard. No lock-in contracts.",
"free_trial": "7-day free trial on Pro plan, no credit card required."
},
"faq": [
{
"question": "What platforms does AutoStream support?",
"answer": "AutoStream exports directly to YouTube, TikTok, Instagram Reels, and Facebook. More platforms coming soon."
},
{
"question": "Do I need video editing experience?",
"answer": "No experience needed. AutoStream handles the technical editing automatically — just upload your raw footage."
},
{
"question": "Can I cancel anytime?",
"answer": "Yes! Cancel anytime from your dashboard with no fees or penalties."
},
{
"question": "Is there a free trial?",
"answer": "Yes — the Pro plan comes with a 7-day free trial, no credit card required."
},
{
"question": "What video formats are supported?",
"answer": "We support MP4, MOV, AVI, and MKV files up to 10GB per upload."
}
]
}