Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Asset
shotstack:create_asset
Import/upload a media asset from a URL for use in video renders.
Write
Medium risk
Create Render
shotstack:create_render
Create a new video render job from timeline and output specifications.
Write
Medium risk
Create Template
shotstack:create_template
Create a reusable video template from timeline and output specifications.
Write
Medium risk
Get Asset
shotstack:get_asset
Get details and status of an uploaded or generated asset.
Read
Low risk
Get Render
shotstack:get_render
Get the status and details of a video render job.
Read
Low risk
Get Template
shotstack:get_template
Get details of a video template including its timeline structure.
Read
Low risk
List Assets
shotstack:list_assets
List uploaded and generated assets with optional filtering.
Read
Low risk
List Renders
shotstack:list_renders
List video render jobs with optional filtering and pagination.
Read
Low risk
List Templates
shotstack:list_templates
List available video templates for rendering.
Read
Low risk
Probe Media
shotstack:probe_media
Analyze media file properties like duration, dimensions, format, and metadata.
Write
Low risk
Render Template
shotstack:render_template
Render a video from a template with optional customization data.
Write
Medium risk