This release opens up plan usage, billing, and word-level transcripts to the Automation API, and lands a round of improvements across the editor, project page, and better-written social captions.
Automation API
Agents and integrations can now see what they have left before they submit, and pull the full word-level transcript.
What's new
  • GET /automation/get-plan-usage
    returns your current plan plus media and AI credit pools as total, used, and remaining, along with your concurrent project limit, and project retention window. Agents can check remaining credits up front instead of parsing a rejection error.
  • GET /automation/top-up-media-credits
    returns a checkout link for buying add-on media credits, with optional quantity and promo code. Available to any valid API key.
  • GET /automation/manage-subscription
    returns a billing portal link for studio admins.
  • Word-level transcript: project responses now include urls.transcription, the word-level transcript JSON. If the project was translated, you get the translated version.
  • Preset ordering: the get-all-presets endpoint (and the web templates list) now returns your own presets first, then system presets, each group newest-first, with stable ordering across paged requests.
Improvements
  • The transcript panel has a copy button, alongside the existing one for the social caption.
  • Clip cards you've scrolled past stay loaded instead of reverting to skeletons and refetching when you scroll back.
  • Clip previews using center-stage tracking now hold their placeholder until the tracking data arrives, so the first frame no longer appears centered and then visibly pans.
  • Opening the Text panel on a composition that has no text yet now asks you for the text once, creates the overlay from it, and leaves the template grid open so you can pick a style. Clicking a template restyles the existing text instantly, as before.
Editor Fixes
  • Fixed clips with a custom thumbnail failing to export on any source below 30fps (29.97, 25, 24 and similar).
  • Add segment no longer crashes on a caption covering a stretch with no spoken words.
  • Fixed a stray style rule that made text across the entire editor look unselectable. Selection highlighting is now scoped.
Other Fixes
  • Fixed social captions reading as clip analysis instead of copy of social description you can post.
  • Failed uploads now keep the server's actual reason; for example, "You've used all the credits allowed in your plan" instead of overwriting it with a generic error message.
  • Calendar posts whose scheduled time has passed are now consistently read-only.