1.0.1
  • 1.0.1
  • 1.0.0
  1. Create Task
1.0.1
  • 1.0.1
  • 1.0.0
  • Get Started
  • API Reference
    • Create Task
      • Image To Video
        POST
      • Instruct Edit
        POST
      • Try-On (Apparel)
        POST
      • Try-On (Accessories)
        POST
      • Lifestyle Scene
        POST
      • Swap Fashion Model
        POST
      • Background Replacer
        POST
      • Segment Image By Prompt
        POST
      • Segment Image By Type
        POST
      • Background Remover
        POST
    • Upload Asset File
      POST
    • List Preset Materials
      GET
    • Check Task Status
      GET
    • Get Download Url
      GET
    • Retrieve API Credit Usage
      GET
  • Help
    • Download File Samples
    • Error Codes
    • FAQ
  1. Create Task

Image To Video

POST
https://api.sellerpic.ai/v1/api/generate/imageToVideo
Before creating a task, please ensure all required resources have been uploaded.
Refer to Upload Asset File
Upload file limit
Supported formats: jpg|jpeg|png|webp
Max file size: 10MB
Quantity: Single image only
Dimension requirements:
Aspect ratio range: 2:5 to 5:2
Minimum short edge: 300px
Credit Cost
Image to video (5-second) 10 credits
Image to video (10-second) 15 credits
Refer to Credit Deduction Rules
Concurrency Limits 10
Refer to Task Concurrency Limits
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.sellerpic.ai/v1/api/generate/imageToVideo' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
    "imageKey": "UPLOAD/MANAGE/SAMPLE/image-to-video/1-original.webp",
    "prompt": "Create a video of the model confidently holding the leopard-print handbag, with the camera starting with a close-up on the bag'\''s details, like the chain and the unique clasp. Slowly zoom out as the model turns slightly to showcase the bag from different angles. Allow the camera to follow her smooth movements as she adjusts the strap, creating a dynamic look at the product. The background should stay neutral to keep the focus on the model and the bag. Highlight the elegance and style of the accessory."
}'
Response Response Example
200 - Example 1
{
    "code": 0,
    "data": {
        "id": "string"
    },
    "msg": "string",
    "success": true,
    "traceId": "string"
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
*/*
OK
Body

🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-08-15 10:11:52
Previous
Get Started
Next
Instruct Edit
Built with