← ClaudeAtlas

sora-videolisted

Generate AI videos with OpenAI Sora via AceDataCloud API. Use when creating videos from text prompts, generating videos from reference images, or using character references from existing videos. Supports text-to-video, image-to-video, and character-driven generation with multiple models and resolutions.
AceDataCloud/Skills · ★ 8 · AI & Automation · score 71
Install: claude install-skill AceDataCloud/Skills
# Sora Video Generation Generate AI videos through AceDataCloud's OpenAI Sora API. > **Setup:** See [authentication](../_shared/authentication.md) for token setup. ## Quick Start ```bash curl -X POST https://api.acedata.cloud/sora/videos \ -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{"prompt": "a golden retriever running on a beach at sunset", "model": "sora-2", "callback_url": "https://api.acedata.cloud/health"}' ``` > **Async:** See [async task polling](../_shared/async-tasks.md). Poll via `POST /sora/tasks` with `{"id": "..."}`. ## Models | Model | Duration | Quality | Best For | |-------|----------|---------|----------| | `sora-2` | 10–15s | Standard | Most tasks (default) | | `sora-2-pro` | 10–25s | Higher | Premium quality, longer videos | ## Workflows ### 1. Text-to-Video ```json POST /sora/videos { "prompt": "a busy Tokyo street at night with neon signs reflecting in rain puddles", "model": "sora-2", "size": "small", "duration": 10, "orientation": "landscape" } ``` ### 2. Image-to-Video Use reference images to guide generation. ```json POST /sora/videos { "prompt": "the scene gradually comes alive with gentle motion", "image_urls": ["https://example.com/scene.jpg"], "model": "sora-2", "orientation": "landscape" } ``` ### 3. Character-Driven Video Extract a character from an existing video and use them in a new scene. ```json POST /sora/videos { "prompt": "the character walks t