{"video_media_id":123123,"lip_sync_tts_speaker_id":"auto","lip_sync_tts_content":"hello this is harry, where are you from?"}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://app-api.pixverseai.cn/openapi/v2/video/lip_sync/generate' \
--header'Ai-Trace-Id: 123123' \
--header'API-KEY: 123123' \
--header'Content-Type: application/json' \
--data-raw'{
"video_media_id": 123123,
"lip_sync_tts_speaker_id": "auto",
"lip_sync_tts_content": "hello this is harry, where are you from?"
}'