curl --request POST \
--url https://api.modellix.ai/api/v1/vidu/one-click-trending-replicate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"video_url": "https://example.com/trending-dance.mp4",
"images": [
"https://example.com/my-character.jpg"
]
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-vidu-trend-001",
"model_id": "vidu/one-click-trending-replicate",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-vidu-trend-001"
}
}
}{
"code": 400,
"message": "Invalid parameters: parameter 'reference_images' is required"
}{
"code": 401,
"message": "Authentication failed: invalid API key"
}{
"code": 429,
"message": "Rate limit exceeded: 100 requests per minute, retry after 60 seconds"
}{
"code": 500,
"message": "Internal server error"
}One Click Trending Replicate
[Core Function] Vidu One-Click Trending Replicate is a viral video style cloning model. [Strengths] It excels at analyzing a trending or viral reference video and recreating its specific visual style, transitions, and pacing using the user’s own provided subject images. [Best For] Highly recommended for: participating in social media video trends, quickly cloning viral visual effects, and applying popular editing styles to personal photos. [Limitations] Do NOT use this model for original cinematic storytelling. It is strictly meant to mimic the style of a provided reference video. [Routing] Use this when the user explicitly provides a ‘trend’ or ‘viral’ video and wants to recreate that exact vibe or transition style with their own images.
curl --request POST \
--url https://api.modellix.ai/api/v1/vidu/one-click-trending-replicate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"video_url": "https://example.com/trending-dance.mp4",
"images": [
"https://example.com/my-character.jpg"
]
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-vidu-trend-001",
"model_id": "vidu/one-click-trending-replicate",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-vidu-trend-001"
}
}
}{
"code": 400,
"message": "Invalid parameters: parameter 'reference_images' is required"
}{
"code": 401,
"message": "Authentication failed: invalid API key"
}{
"code": 429,
"message": "Rate limit exceeded: 100 requests per minute, retry after 60 seconds"
}{
"code": 500,
"message": "Internal server error"
}Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Vidu one-click trending replicate request.
Reference trending video URL
1"https://example.com/trending-video.mp4"
Subject images (1-7) as URLs or base64 data URIs
1 - 7 elements1["https://example.com/subject.jpg"]
Additional description for the replicated video
1 - 2000"Replicate the viral transition effect"
Video aspect ratio
16:9, 9:16, 1:1, 4:3, 3:4 "9:16"
Video resolution
540p, 720p, 1080p "1080p"
Remove audio from the output video
false