PixVerse Platform Docs(for enterprise)
  1. Sound_effect
PixVerse Platform Docs(for enterprise)
  • Model & Pricing
  • Multi-transition
    • How to use multi-transtion
    • Multi-trasition generate
      POST
  • Previous updates
    • Sound_effect
      • How to use Sound effects?
      • Generate Sound Effects
        POST
    • Lip sync
      • How to use Lip Sync?
      • Tts speaker list
      • Generate lip sync video
      • Get tts speaker list
    • Fusion(Reference to Video)
      • How to use fusion (reference to video)?
      • Generate Fusion(Reference to Video) video
    • Template for multiple-images
      • How to use multiple-image templates?
    • Extend
      • How to use Extend?
      • Generate Extend video
    • Restyle
      • How to use restyle?
      • Restyle generation
      • Restyle get list
  • Upload media (video&audio)
    POST
  1. Sound_effect

Generate Sound Effects

POST
/openapi/v2/video/sound_effect/generate
Generate Sound Effects

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
curl --location --request POST 'https://app-api.pixverse.ai/openapi/v2/video/sound_effect/generate' \
--header 'Ai-Trace-Id: 123123' \
--header 'API-KEY: 123123' \
--header 'Content-Type: application/json' \
--data-raw '{
    "source_video_id": 123123,
    //"video_media_id": 123123,
    "original_sound_switch": true,
    "sound_effect_content":""
}'
Response Response Example
{
    "ErrCode": 0,
    "ErrMsg": "Success",
    "Resp": {
        "video_id": 0
}
Modified at 2025-07-06 03:31:04
Previous
How to use Sound effects?
Next
How to use Lip Sync?
Built with