{
"inputs": ["https://example.com/frame1.png",
"https://example.com/frame2.png"],
"format": "webp",
"delay": 100
}
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Image
Animated
Create animated WebP/GIF from multiple images
POST
/
v1
/
image
/
animated
{
"inputs": ["https://example.com/frame1.png",
"https://example.com/frame2.png"],
"format": "webp",
"delay": 100
}
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"inputs": ["https://example.com/frame1.png",
"https://example.com/frame2.png"],
"format": "webp",
"delay": 100
}
| Param | Type | Description |
|---|---|---|
| format | string | Output format: webp or gif |
| delay | integer | Delay between frames in milliseconds |
Authorizations
Body
application/json