Shotstack icon

Shotstack

Cloud video automation API for video and audio renders, templates, workflows, ingested media, and timeline editing.

Helps video automation pipelines that build templates and workflows, render edits to video or audio, and clean up ingested media when done.

Sign in to connect Shotstack

Sign in to connect an account and start using Shotstack in your apps.

Example Use Cases

These are example ways Snow can use Shotstack when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Template

Tool to create a new template for video editing. Use when you want to save a reusable timeline configuration as a template. Template changes do not retroactively affect past renders.

Create Template (v2)

Tool to save an Edit as a re-usable template. Templates can be retrieved and modified before rendering. Use when you want to create a template with merge fields for dynamic content.

Delete Ingested Media

Tool to delete an ingested media asset. Use when you've confirmed the ingest ID and need to remove the file from Shotstack storage.

Delete Shotstack Workflow

Tool to delete a specific Shotstack workflow. Use when you need to permanently remove a workflow after confirming its ID.

Delete Template

Tool to delete a specific Shotstack template by its ID. Use when you need to remove a template permanently.

Fetch Source

Tool to fetch a remote media file and store it as a source asset. Operation is asynchronous — poll SHOTSTACK_GET_INGEST_STATUS or SHOTSTACK_INSPECT_MEDIA until the asset is ready before passing it to SHOTSTACK_RENDER_VIDEO or other downstream tools. Use when you need to ingest a file before rendering.

Get Asset

Tool to fetch details of a hosted asset by its unique identifier. Use when you need to retrieve information about videos, images, audio files, thumbnails, or poster images hosted on Shotstack's CDN.

Get Assets by Render ID

Tool to retrieve hosted assets by render ID. Use when you need to fetch one or more files (video, thumbnail, poster image) generated by a specific render job.

Get Ingest Status (Deprecated)

DEPRECATED: Use SHOTSTACK_GET_SOURCE instead. Tool to retrieve the status and details of an ingested media asset. Poll until the asset status is 'ready' before using it in SHOTSTACK_RENDER_VIDEO; rendering against an unprocessed asset causes missing clips or failed renders.

Get Render Callback

Tool to retrieve the webhook/callback URL configuration for a specific render job. Returns only callback settings (URL, method, headers), not render status or output URLs — use a separate render-status check to obtain final results.