Skip to content
All posts

Tools and costs · 7 min read

API access across AI video tools

On 23 August 2026 we pulled the server-side HTML of 13 AI video tool homepages without executing JavaScript.

Published

On 23 August 2026 we pulled the server-side HTML of 13 AI video tool homepages without executing JavaScript. The word counts ranged from 42 at clippie.ai to 2,910 at faceless.so. This article maps which tools in the category publish an interface you can call programmatically, how their output differs, and what a buyer should verify before committing to a plan that will be driven by code rather than by clicks.

The short answer

Most AI video tools are built as browser applications first. As of our August 2026 checks, ViewMade lists API plus MCP access as part of its Pro plan at $59 per month billed monthly or $29.50 per month billed annually. For the other 22 tools in our comparison set, we did not measure whether a public API exists, so we do not claim one way or the other here. What we can show is each tool's stated purpose, its visual source, and its entry price where the price page returned readable data. If programmatic access decides your purchase, treat it as a question to ask the vendor directly before paying.

What each tool actually does

The table below comes from our own audited comparison, checked against each vendor's homepage in August 2026. It records two things: what the product is for, according to the seller's own description, and where the visuals come from. Where we could not determine the visual source, the cell says so.

ToolStated purposeVisual source
ViewMadeVertical documentaries about real events, with sources namedReal archive footage
StoryShortTopic-to-video with web-sourced imageryWeb-sourced imagery
InVideoBroad general-purpose generation from a promptGeneration and stock
PictoryTurning an article or script into a stock-footage videoStock library
RevidHigh-volume short-form output with generated visualsGenerated
AutoShortsScheduled, hands-off publishing from a topicGenerated
Faceless.soScheduled faceless channel: picks a niche, writes, voices, edits and auto-posts dailyGenerated
Short.aiBulk faceless generation from templates plus clippingGenerated
MedeoChat-driven generation across third-party modelsGenerated
HookedTurning an idea, URL or product into short video and UGC-style adsGenerated
VicseeGeneral image and video generation over third-party models, sold by creditGenerated
VirvidDaily faceless shorts from a topic, with auto-posting seriesGenerated
TubeGenA YouTube automation suite: niche finder, script, voiceover, images, editorGenerated
FluxnoteOne sentence in, a scheduled short outNot measured
Opus ClipFinding clips inside a long video you already madeWhatever you supply
SubmagicCaptioning and polishing an existing clipWhatever you supply
CapCutEditing a script and clips you already haveWhatever you supply
DescriptEditing around a recording, with the most controlWhatever you supply
HeyGenA presenter on camera, without a cameraAvatar and supplied media
CrayoClipping an existing upload with subtitles, voiceover and gameplay backgroundUser upload plus gameplay footage
KlapClipping a long upload into shorts; billed per clipUser upload
QusoTurning a long video into captioned clips, then scheduling themUser upload
ClippieClipping and captioning, plus a credit-based generation studioUser upload

Two rows need explanation. Fluxnote's homepage says footage but does not state whether it is generated or library-sourced, so we wrote Not measured rather than guessing. Fliki, VEED, Vizard, Lumen5, FlexClip, Kapwing and Canva were not measured at all and are excluded from this table entirely.

Why the visual source matters once you automate

When a human drives the tool, a wrong-looking frame gets caught in review. When a script drives the tool at volume, nothing catches it. That changes which visual source is acceptable. Generated imagery means every render depends on a model's interpretation of your prompt, and errors repeat silently across hundreds of outputs. Supplied-footage tools avoid model error but shift all sourcing work back to you, which defeats the point of automation if you have no footage. Archive-based pipelines sit between: the frames come from real recorded material, so the failure mode is licensing and attribution rather than hallucination.

This is also where documentation quality shows up. On 19 August 2026 we rendered four StoryShort pages without JavaScript and got 11 words of body text on each one, meaning the site's content loads client-side. A site whose public pages depend entirely on JavaScript usually ships an application, not a documented machine interface. That single measurement is a weak signal, but it is the kind of signal worth checking yourself before you buy a plan intending to script it.

What automation costs at current prices

Per-unit economics matter more than the sticker price once calls are automated, because volume multiplies whatever the unit rate is. Here are entry plans read directly from vendor pricing pages on 23 August 2026:

ToolEntry planPriceUnit basis
FluxnoteRise$10/month, or $8.33/month billed yearly1,000 credits, about 10 videos claimed
Opus ClipStarter$15/month150 credits
KlapBasic$14/month billed yearly100 clips
CrayoHobby$13/month equivalent, $160/year50 credits
VicseeStarter$15/month, or $10/month billed yearly500 credits
ClippieLite$19.99/month300 credits
Short.aiBasic$19/month billed yearly1,600 credits
QusoLite$29/month, or $19/month billed yearly100 credits
HeyGenCreator$29/monthper seat
Faceless.soStarter$29/month, or $24/month billed yearly500 credits
DescriptHobbyist$24/month billed yearly, $24 monthlyper person
RevidHobby$39/monthlisted tier
MedeoPro$39/month, $314/year700 credits
TubeGenStarter$149/month33,000 credits, 60 minutes claimed

Three cautions. First, several of these figures are annual-billing equivalents while others are true monthly rates; the table labels which, and mixing them produces false rankings. Second, credit-to-video conversion varies wildly: Short.ai says an AI story video costs 20 credits, Vicsee sells credit packs from $5 for 100 up to $900 for 90,000, and TubeGen publishes a real median spend of $2.47 per broadcast minute on its Starter plan, computed from actual credit consumption rather than a fixed rate. Third, some pages could not be read at all. Submagic's pricing page renders two columns per plan whose billing periods we could not disambiguate in one pass, and Fliki's page returns tier names without dollar amounts, so both are marked Not measured rather than estimated.

ViewMade's own unit math, from its pricing page on 22 August 2026, works out to $0.58 per short on the Starter plan at 50 renders per month and $0.20 per short on Pro at 150 renders per month. Those are customer prices, not internal costs, and they are the relevant comparison points if you intend to trigger renders through the API on either plan.

What to do in your situation

If you already run a content pipeline in code, do three checks before buying any plan in this category. Ask the vendor in writing whether the API is included in your target tier or sold separately, because plan-gated interfaces are common and rarely advertised on marketing pages. Ask for rate limits and webhook support, since a scheduled pipeline needs callbacks, not polling. And ask what happens to failed renders under automation, because a queue that silently drops jobs is worse than one that fails loudly.

If you are choosing between archive-sourced and generated-sourced output, match the choice to your tolerance for review. A channel publishing daily with no editor in the loop benefits from sources that cannot hallucinate, which is why ViewMade attaches a media credit file naming the source of every clip alongside each render. A team that reviews everything anyway can accept generation risk and often pays less for it.

If you mainly edit existing recordings, ignore this entire category's generation tiers. Opus Clip has a free tier at $0, Descript gives the most control over supplied media, and Klap bills per clip rather than per month of usage, which suits irregular workloads.

What this does not tell you

We did not test any vendor's API directly. No request was sent to a sandbox, no latency was measured, and no authentication flow was walked through, so statements about reliability, throughput or SDK quality would be invention and none appear above. Our price data reflects a single snapshot on 23 August 2026 from static HTML; vendors change plans frequently, and pages that require JavaScript to display prices were left unmeasured rather than filled in from memory or third-party listings. Traffic and backlink characteristics of these sites are outside the scope of this article. Finally, we evaluated tools as products, not as legal counsel: archive footage carries licensing obligations that vary by jurisdiction and by source, and you should confirm rights for your specific use before publishing at scale.

<!-- faq -->

Frequently asked questions

Do any of these tools publish API documentation openly? We did not audit documentation portals for the 22 non-ViewMade tools in our set, so we cannot answer from measurement. ViewMade includes API and MCP access in its Pro plan per its pricing page dated 22 August 2026. For anything else, email the vendor and ask for the docs link before paying. A vendor that cannot produce documentation within a day probably does not have a supported interface.

Is a cheaper credit-based plan better for automation than a flat plan? It depends on your render size. Credit systems like Vicsee's, where packs run from $5 for 100 credits to $900 for 90,000, reward small predictable jobs. Flat plans with fixed quotas, such as ViewMade's 150 renders per month on Pro, protect you when individual jobs vary in length. TubeGen's published figure of $2.47 per minute of finished video on Starter, dated 23 August 2026, is the only per-minute real-cost disclosure in the category we found.

Why do some pricing pages show nothing useful without JavaScript? Because the page renders prices client-side after load. We hit this with Submagic, Fliki, AutoShorts, CapCut, Hooked, VEED and Vizard during our 23 August 2026 pull. It is not deception, but it does mean third-party price comparisons citing those pages may be stale or reconstructed. Open the page in a browser yourself and screenshot the tier you intend to buy.

Can I automate uploads to YouTube through these tools instead? That is a different permission scope. ViewMade's YouTube integration requests read-only access only, discards the access token after import, stores no refresh token, and cannot upload, edit, delete or comment on your channel. Publishing remains yours. If a tool offers full channel posting, that is a write scope, and you should weigh what an automated publisher can do to a channel you own before granting it.

What this is based on

  • ViewMades own audited comparison table, read from each vendors own claims on 2026-08-23
  • sample 23
  • productsRead 23
  • namingSourcesYes 1
  • footageNotMeasured 1

Tools and costs

Related reading

Stop researching. Start uploading.

ViewMade finds the topic, writes the script, sources real footage and delivers a finished video.

See what it makes