curl --location 'https://app-api.pixverse.ai/openapi/v2/video/agent/generate' \
--header 'Ai-Trace-Id: your-ai-trace-id' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data '{
"agent_id": 419629433597950,
"model": "pro",
"mode": "property_tour",
"prompt": "Property information such as price, location, and key selling points.",
"img_references": [
{
"img_id": 883671823
},
{
"img_id": 883671834
},
{
"img_id": 883671837
},
{
"img_id": 883671844
},
{
"img_id": 883671873
}
],
// "product_url": "https://demo01.houzez.co/property/modern-apartment-on-the-bay/",
"language_code": "en-US",
"avatar_presence_level": "high",
"avatar": "Auto",
"lip_sync_switch": true,
"lip_sync_tts_speaker_id": "api-user-tts-xxxxxxxx",
// "duration": 15,
// "video_style": "cozy",
"aspect_ratio": "9:16",
"quality": "720p",
"bgm_switch": true,
"caption_switch": true
}'