AI Video Generator

How can developers integrate Sisif.ai's video generation API into their applications?
Sisif.ai offers a simple REST API to generate videos programmatically. Get your API key from your dashboard (takes about 30 seconds; no credit card required), then post to /api/videos/generate/ with a JSON payload including a prompt, duration, and optional resolution. Example payloads:
- {"prompt": "A golden sunset over mountains", "duration": 10}
- {"prompt": "A golden sunset over mountains", "duration": 10, "resolution": "540x960"}
The API returns an object with an id and status (e.g., "processing" and an estimated time). You can poll /api/videos/{id}/status/ until the video is ready and then download the video via the provided video_url. For automation at scale, Sisif.ai provides an N8N integration and supports webhooks to notify you when a video completes or fails.
What are the steps to create an AI video using Sisif.ai?
- Write a text prompt describing the video you want. 2) Choose settings like duration and resolution. 3) Send the request to the API and then download the generated video when it’s ready (via the video_url returned in the status response).
How do I get an API key?
Create an API key from your Sisif.ai dashboard. The process takes about 30 seconds and requires no credit card.
What resolutions are supported?
- 180x320 (low)
- 360x640 (medium)
- 540x960 (high)
All are optimized for vertical/social formats.
How long does video generation take?
2–5 minutes, depending on duration and resolution. You can poll the status endpoint or configure webhooks to receive notifications when the video is ready.
Is there rate limiting?
Default limits are 10 requests per minute, 100 per hour, and 1000 per day. If you need higher limits, contact Sisif.ai for options.
Do you offer webhooks?
Yes. You can configure webhooks to receive notifications when videos complete or fail.
Can I use generated videos commercially?
Yes. All videos generated with Sisif.ai are yours to use commercially.
Is there an N8N integration?
Yes. Sisif.ai provides an N8N integration with a workflow template to automate video generation, trigger from events (e.g., new rows in Google Sheets), wait for completion, and proceed with downstream steps (e.g., uploading to S3 or sending an email).
What pricing options does Sisif.ai offer for video creation?
Pricing is pay-per-video with no subscriptions. Resolutions have per-second credit costs:
- 540x960 (high): duration × 4 credits
- 360x640 (medium): duration × 2 credits
- 180x320 (low): duration × 1.5 credits
Start free with 15 credits included (no credit card required). This allows you to create multiple videos up to the included credits. Example: a 10-second video at medium resolution costs 20 credits. If you need higher volume, contact Sisif.ai for custom rates.


























