All the latest and greatest news and updates about Eden AI product.
The video generation API is now available on Eden AI. Developers can now easily integrate video generation into their application or process.
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)
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!