curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "edit-video",
"input": {
"model": "wan-2-7-edit-video",
"video_url": "https://example.com/video.mp4",
"prompt": "Change the style to anime with dramatic lighting"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "edit-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}
Edit videos with enhanced motion smoothness and visual coherence.
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "edit-video",
"input": {
"model": "wan-2-7-edit-video",
"video_url": "https://example.com/video.mp4",
"prompt": "Change the style to anime with dramatic lighting"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "edit-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}
| Credits | 20 credits per second |
| Tool | edit-video |
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | edit-video |
input.model | string | Yes | wan-2-7-edit-video |
input.video_url | string | Yes | URL of the video to edit |
input.prompt | string | Yes | Describe the changes you want to make to the video |
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "edit-video",
"input": {
"model": "wan-2-7-edit-video",
"video_url": "https://example.com/video.mp4",
"prompt": "Change the style to anime with dramatic lighting"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "edit-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}