Interface Call
API Request Examples
① video + audio URL
curl -X POST "https://app.navtalk.ai/generate" \
-H "Content-Type: application/json" \
-d '{
"license": "sk-xxx",
"video_url": "https://example.com/video.mp4",
"audio_url": "https://example.com/audio.mp3"
}'② video + audio Base64
curl -X POST "https://app.navtalk.ai/generate" \
-H "Content-Type: application/json" \
-d '{
"license": "sk-xxx",
"video_url": "https://example.com/video.mp4",
"audio_base64": "base64-audio-data"
}'
③ video + text(TTS)
④ image + text(TTS)
⑤ image + audio URL
⑥ image + audio Base64
⑦ system role + audio URL
⑧ system role + audio Base64
⑨ system role + text(TTS)
Response Handling
Step 1:Submit Task
Step 2: Query Task Status
status value
meaning
Advanced Face Control Parameters
Parameter
Default
Allowed / Recommended Range
Description
API Call Overview
Number
Scene
Use Video
Use Audio
Use System Role
Use TTS
General Parameter Description
Parameter name
Type
Explanation
Support for voice style
name
style
Last updated