Skip to main content
Create and manage AI-generated motion graphics programmatically.
The Hera REST API enables you to generate motion graphics videos using simple HTTP requests. You can submit a video creation job and check its export status from your application or workflow.

Endpoints

  • POST /videos: Submit a new motion graphics job for generation (asynchronous).
  • GET /videos/{video_id}: Retrieve the status for a specific video job.

Authentication

All API requests must include your API key in the x-api-key HTTP header. Example:
x-api-key: YOUR_API_KEY
API keys can be obtained on request. Keep your API keys secret; do not expose them in client-side code or public repositories.
Looking for support or have questions? Email us at [email protected].