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 Chinafalse
200
: 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:
Request successful
The response is of type object
.