1. Image2Video
Topview-api-English version
  • API Document
  • Release Note
  • Image Translate
    • ImageTranslate
  • Photo Avatar/Avatar 4
    • Avatar4
  • Avatar Marketing Video
    • script
      • List script content
      • Update script content
    • Submit task
      POST
    • Query task
      GET
    • Export
      POST
  • Video Avatar
    • Video Avatar API Usage
    • submit task
      POST
    • query task
      GET
  • Scraper
    • submit scraper task
      POST
    • query scraper task
      GET
  • Upload
    • Get Upload Credential
      GET
    • Upload File
      PUT
    • Get Upload Check
      GET
  • Product Avatar
    • v2
      • Product Avatar V2 API Usage
      • Replace Product Image
        • location parameters document
        • submit task
        • query task
      • Image2Video
        • submit task
        • query task
      • Category Query
      • Public product avatar Query
    • v1
      • Product Avatar API Usage
      • Replace Product Image
        • submit task
        • query task
        • download result without watermark
      • Image2Video
        • submit task
          POST
        • query task
          GET
      • Category Query
        GET
      • Public product avatar Query
        GET
  • Common Task
    • image2Video
      • submit task
      • query task
    • video2aiavatar
      • submit task
      • query task
    • Image Remove Background
      • submit task
      • query task
  • Product AnyShoot
    • v1
      • Replace Product Image
        • submit task
        • query task
      • Template Category
      • Template List
    • v2
      • Product AnyShoot - V2 - Product Model
      • Product AnyShoot - V2 - Product Background
  • Voice
    • Voice Clone
      • submit task
      • query task
    • text2voice
      • submit task
      • query task
  • Caption List
    GET
  • Voice Query
    GET
  • AiAvatar Query
    GET
  • check notice url
    POST
  • Delete Custom Avatar
    DELETE
  • Delete Custom Voice
    DELETE
  • Ethnicity Query
    GET
  1. Image2Video

submit task

POST
/v1/product_avatar/task/image2Video/submit

Request

Header Params

Body Params application/json

Example
{
    "productReplaceResultKey": "string",
    "mode": "lite",
    "image2videoPrompt": "string",
    "voiceoverId": "string",
    "ttsText": "Welcome to Topview, the ultimate AI-powered video editing platform that revolutionizes the way you create compelling videos. Whether you're a marketer, content creator, or business owner, Topview is here to transform your raw ideas into professional-grade videos effortlessly.",
    "noticeUrl": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.topview.ai/v1/product_avatar/task/image2Video/submit' \
--header 'Authorization;' \
--header 'Topview-Uid;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "productReplaceResultKey": "string",
    "mode": "lite",
    "image2videoPrompt": "string",
    "voiceoverId": "string",
    "ttsText": "Welcome to Topview, the ultimate AI-powered video editing platform that revolutionizes the way you create compelling videos. Whether you'\''re a marketer, content creator, or business owner, Topview is here to transform your raw ideas into professional-grade videos effortlessly.",
    "noticeUrl": "string"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "code": "string",
    "message": "string",
    "result": {
        "taskId": "string",
        "status": "string",
        "errorMsg": "string"
    }
}
Modified at 2025-07-10 08:39:24
Previous
download result without watermark
Next
query task
Built with