- API文档
- Avatar Marketing Video
- Video Avatar
- Product Avatar
- Product Avatar API Usage
- Replace Product Image
- Image2Video
- Category QueryGET
- Public product avatar QueryGET
- Product AnyShoot
- Replace Product Image
- Template CategoryGET
- Template ListGET
- Common Task
- image2Video
- Scraper
- Upload
- check notice urlPOST
- Voice QueryGET
- Ethnicity QueryGET
- AiAvatar QueryGET
- Caption ListGET
submit task
Developing
POST
/v1/product_avatar/task/image2Video/submit
Request
Header Params
Authorization
string
required
Topview-Uid
string
required
Body Params application/json
productReplaceResultKey
string
required
mode
enum<string>
required
Allowed values:
litepro
image2videoPrompt
string
optional
voiceoverId
string
required
ttsText
string
optional
Example:
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
optional
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 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
code
string
required
message
string
required
result
object
required
taskId
string
required
status
string
required
errorMsg
string
required
Example
{
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": "string"
}
}
Modified at 2025-05-28 08:12:15