All the latest and greatest news and updates about Eden AI product.
New
Feature

Video generation API now available

Jérémy avatar
Shared by Jérémy • January 13, 2025

The video generation API is now available on Eden AI. Developers can now easily integrate video generation into their application or process.

Now you can…

  • Automate video generation directly from text or image input;
  • Integrate video creation into your existing workflows;

How to make API call

  1. You can use the API on its own, or combine it with other APIs by building a workflow;
  2. Test performance & cost of different providers/models with the live testing interface;
  3. Use code snippet and add custom parameters such as fallback_providers;

Code snippet:

import json
import requests

headers = {"Authorization": "api_key"}

url = "https://api.edenai.run/v2/video/generation_async"
payload = {"providers": "amazon", "text": "your prompt"}

response = requests.post(url, json=payload, headers=headers)

result = json.loads(response.text)
print(result)

Available models

  • Amazon Nova Reel: control visual style, rhythm and camera movements with natural language prompts.
  • Other models will be available soon.

API doc

Not a developer?

Use no-code platforms or app integrations to use the Eden AI API without writing a line of code.

Ready to get started? Try the video generation API today and unlock new AI capabilities!