blitzreels

Integrate the BlitzReels REST API for video workflows using OpenAPI discovery.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blitzreels
Source: https://github.com/blitzreels/agent-skills/tree/main/skills/blitzreels
Command: npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you reliably discover, call, and debug the BlitzReels public API so an agent can build real short-form video workflows without guessing endpoints or payloads.

Core Features & Use Cases

  • API-first endpoint discovery: guides agents to use OpenAPI as the source of truth and fall back to the provided LLM resource index.
  • Production-safe integration flow: covers auth, job/export polling patterns, and verification via read endpoints after writes.
  • Onboarding / brand setup: provides the steps and request patterns for brand scans, brand profiles, logo import, and onboarding completion.
  • Operational guardrails for paid actions: includes an approval gate for expensive endpoints via a helper script.

Quick Start

Ask your agent to use the BlitzReels API OpenAPI contract to create and export a vertical project, polling any returned job/export IDs until completion.

Frequently Asked Questions about blitzreels

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover BlitzReels API endpoints for video automation without guessing payloads?

BlitzReels API endpoint discovery is driven by using the OpenAPI contract as the source of truth, with a fallback LLM resource index. This ensures agents call correct REST endpoints for video workflows without payload guessing.

What is the correct authentication pattern for integrating the BlitzReels REST API?

BlitzReels REST API authentication requires using the Authorization header with your BLITZREELS_API_KEY. Agents must include this key in all requests to successfully create, onboard, or debug video workflows.

How do I handle job polling and export operations safely in a video automation workflow?

Video automation job polling requires following documented polling patterns for returned job and export IDs until completion. Operational guardrails include an approval gate helper script to prevent triggering expensive export endpoints accidentally.

Can I automate brand onboarding and profile setup using the BlitzReels API?

BlitzReels API onboarding supports automating brand scans, brand profiles, and logo import flows. Agents follow provided request patterns to complete the onboarding process and verify writes via read endpoints.

Why should I verify API writes using read endpoints after creating a video project?

Verifying API writes with read endpoints ensures production-safe integration by confirming that creation and onboarding actions succeeded. This debugging pattern prevents silent failures when building short-form video workflows.