Edit and transform existing footage with text-guided video-to-video using Runway Aleph.
Bearer YOUR_API_KEY"Transform into a dreamy watercolor painting style with soft flowing movements""https://example.com/input-video.mp4""https://api.example.com/webhook/aleph-callback""kie.ai"false (default): Global S3/R2 storage - optimal for international userstrue: Alibaba Cloud OSS storage - recommended for users in Chinafalse16:9, 9:16, 4:3, 3:4, 1:1, 21:9.Example: 16:9123456https://example.com/reference.jpg200: Success - Task created successfully400: Bad Request - Invalid parameters401: Unauthorized - Invalid API key422: Validation Error - Parameter validation failed451: Image Access Error - Failed to fetch reference image500: Server Error - Internal error occurredprompt or videoUrl)Monitor Task Status
taskId to check generation progress:Handle Callbacks (Recommended)
callBackUrl, implement a webhook endpoint to receive completion notifications:Download and Process Results
Optimizing Image Selection
Crafting Effective Prompts
Error Handling and Retry Logic
Production Deployment Tips
uploadCn setting based on your user baseAll APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Descriptive text that guides the AI video generation. Be specific about subject, action, style, and setting. Describes how to animate or modify the reference image content.
"A majestic eagle soaring through mountain clouds at sunset with cinematic camera movement"
Reference video URL to base the video-to-video generation on. The AI will transform and enhance this video according to the prompt.
"https://example.com/input-video.mp4"
The URL to receive AI video generation task completion updates.
"https://api.example.com/callback"
Optional watermark text content. An empty string indicates no watermark, while a non-empty string will display the specified text as a watermark in the video.
"kie.ai"
Upload method selection. Default value is false (S3/R2), set to true for Alibaba Cloud OSS upload, set to false for overseas R2 server upload.
false
Video aspect ratio.
16:9, 9:16, 4:3, 3:4, 1:1, 21:9 "16:9"
Random seed. Set for reproducible generation.
123456
Reference image URL to influence the style or content of the output.
"https://example.com/reference.jpg"
Request successful
Response status code
200, 401, 404, 422, 451, 455, 500 Error message when code != 200
"success"