curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "extend-video",
"input": {
"model": "magi-extend",
"video_url": "https://example.com/my-video.mp4",
"prompt": "Continue the camera movement forward"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "extend-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}
Extend video duration with AI-generated continuation.
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "extend-video",
"input": {
"model": "magi-extend",
"video_url": "https://example.com/my-video.mp4",
"prompt": "Continue the camera movement forward"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "extend-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}
| Credits | 10 credits per second |
| Tool | extend-video |
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | extend-video |
input.model | string | Yes | magi-extend |
input.video_url | string | Yes | URL of the video to extend |
input.prompt | string | No | Description to guide the continuation |
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "extend-video",
"input": {
"model": "magi-extend",
"video_url": "https://example.com/my-video.mp4",
"prompt": "Continue the camera movement forward"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "extend-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}