List the curated subset of pre-built Hyperframes blocks (transitions, social overlays, data-viz, branding, decorative) the agent can compose into an HTML video composition.
List the curated subset of pre-built Hyperframes blocks (transitions, social overlays, data-viz, branding, decorative) the agent can compose into an HTML video composition. Returns block IDs with categories + 1-line descriptions. No network call — returns a static catalog.
List the curated subset of pre-built Hyperframes blocks (transitions, social overlays, data-viz, branding, decorative) the agent can compose into an HTML video composition. › Request Body
categoryFilter by category. If omitted, returns all categories.
List the curated subset of pre-built Hyperframes blocks (transitions, social overlays, data-viz, branding, decorative) the agent can compose into an HTML video composition. › Responses
Successful tool execution.
Render an HTML video composition (Hyperframes) to MP4.
Render an HTML video composition (Hyperframes) to MP4. Author the composition as HTML with data-* timing attributes and GSAP timelines — frame-accurate, no React build step. Use list_hyperframes_blocks to see the pre-built block catalog. Returns a job ID — poll with check_status. Note: F4 v1 ships the EF + scaffold; the worker container needs the hyperframes runtime installed (Phase 2) before this returns finished MP4s.
Render an HTML video composition (Hyperframes) to MP4. › Request Body
duration_secOutput duration in seconds. Required. Max 600 (10 min).
composition_htmlInline HTML composition (full ...). Max 500KB. Use composition_url for larger.
composition_urlR2 URL pointing to a previously uploaded composition HTML file. Use this instead of composition_html for compositions > 500KB.
input_propsJSON string of props injected into the composition root via window.__hf.props.
aspect_ratioOutput aspect ratio. Default "9:16".
fpsFrames per second. Default 30.
qualitydraft: fast iteration; standard: production; high: final master.
Render an HTML video composition (Hyperframes) to MP4. › Responses
Successful tool execution.