File size: 3,009 Bytes
3295172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "company": {
    "name": "AutoStream",
    "description": "AutoStream provides automated video editing tools for content creators. Our AI-powered platform helps you edit, enhance, caption, and publish videos faster than ever — no editing experience required."
  },
  "plans": [
    {
      "id": "basic",
      "name": "Basic Plan",
      "price": "$29/month",
      "videos_per_month": 10,
      "resolution": "720p",
      "features": [
        "10 videos per month",
        "720p resolution",
        "Basic auto-editing",
        "Standard templates",
        "Email support (24hr response)"
      ]
    },
    {
      "id": "pro",
      "name": "Pro Plan",
      "price": "$79/month",
      "videos_per_month": "unlimited",
      "resolution": "4K",
      "features": [
        "Unlimited videos",
        "4K resolution",
        "AI captions",
        "Advanced AI editing",
        "Priority rendering",
        "24/7 customer support",
        "Custom branding",
        "Analytics dashboard",
        "Multi-platform export"
      ]
    }
  ],
  "policies": [
    {
      "id": "refund",
      "title": "Refund Policy",
      "content": "We offer refunds within 7 days of purchase. No refunds are available after 7 days. Refund requests must be submitted through our support portal at support.autostream.io."
    },
    {
      "id": "support",
      "title": "Support Policy",
      "content": "24/7 customer support is available exclusively on the Pro plan. Basic plan users receive email support with responses within 24 hours."
    },
    {
      "id": "cancellation",
      "title": "Cancellation Policy",
      "content": "You can cancel your subscription at any time. Access continues until the end of your current billing period. No cancellation fees."
    },
    {
      "id": "trial",
      "title": "Free Trial",
      "content": "We offer a 7-day free trial on the Pro plan. No credit card required to start your trial."
    }
  ],
  "faq": [
    {
      "question": "What platforms does AutoStream support for export?",
      "answer": "AutoStream integrates with YouTube, Instagram, TikTok, Twitch, and supports direct uploads. Export formats include MP4, MOV, and WebM."
    },
    {
      "question": "Can I upgrade or downgrade my plan?",
      "answer": "Yes, you can upgrade or downgrade at any time. Upgrades take effect immediately with prorated billing. Downgrades apply at the start of the next billing cycle."
    },
    {
      "question": "Does AutoStream work for beginners?",
      "answer": "Absolutely. AutoStream is designed for creators of all skill levels. The AI handles complex editing tasks automatically — you just upload your raw footage."
    },
    {
      "question": "What is the difference between Basic and Pro?",
      "answer": "Basic gives you 10 videos/month at 720p with email support. Pro gives you unlimited videos at 4K with AI captions, advanced AI editing, priority rendering, custom branding, analytics, and 24/7 support."
    }
  ]
}