Reignitor support
Overview
Make brand-safe video adverts and training videos from your own code.
Reignitor API 1.0
Section titled “Reignitor API 1.0”The Reignitor API lets your servers start video renders, poll them, and receive webhooks when they finish.
- Every request is authenticated with an API key sent as a Bearer token.
- Requests and responses are JSON.
- Renders spend your account’s credits.
- API access is part of the Agency plan.
Start with the Quickstart.
Authentication
Section titled “ Authentication ”apiKey
Section titled “apiKey”Send your API key as a Bearer token:
Authorization: Bearer emp_...
Keys start with emp_. Create and revoke them in the app under
Account > API keys. API access is part of the Agency plan.
Security scheme type: http
Bearer format: emp_<64 hex characters>