Eachlabs Product Arc Shot | v1
Create product arc shot videos from a single image. Automatically generates a rotating 360-degree showcase video of your product, perfect for e-commerce listings and marketing materials.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "eachlabs-product-arc-shot-v1",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/product-photo.jpg"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| image_url | string | - | URL of the product image |
Examples
Sneaker showcase:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "eachlabs-product-arc-shot-v1",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/sneaker.jpg"
}
}'
Electronics product rotation:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "eachlabs-product-arc-shot-v1",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/headphones.jpg"
}
}'
Related Models
- Product Shoot - Generate product photography
- Eachlabs Background Remover v1 - Remove backgrounds before arc shot
- Eachlabs Image Upscaler | Pro | v1 - Upscale product images