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

How to use Sound effects?

Case 1 When using text-to-video, image-to-video, or transition generation#

1. Add fields below to generate background music#

Field NameDescriptionTypeRequiredAccepted ValuesNotes
sound_effect_switchEnable background musicbooleanNotrue, falseControls whether to generate background music. Must be a boolean.
sound_effect_contentSound effect contentstringNo-Optional. If not provided, a random sound effect will be generated.
example

2. Introduction by use case#

Using Templatesound_effect_switchsound_effect_contentExpected ResultCredits Charged
YestrueNot providedUses background music from the templateVideo generation only (e.g., 45 credits)
Yestrue"" (empty string)Auto-generates sound if template has noneVideo generation only (e.g., 45 credits)
Yestrue"sea waves"Overrides template music with given contentVideo generation only (e.g., 45 credits)
YesfalseAnyNo background musicVideo generation only (e.g., 45 credits)
NotrueNot providedAuto-generates sound based on video content45 (video) + 10 (sound_effect) = 55 credits
Notrue"" (empty string)Same as above45 (video) + 10 (sound_effect) = 55 credits
Notrue"sea waves"Generates sound based on provided content45 (video) + 10 (sound_effect) = 55 credits
NofalseAnyNo background musicVideo generation only (e.g., 45 credits)

Case 2 Sound Effects endpoint#

One of the following is required:
A source_video_id generated by PixVerse
A video_media_id obtained via the media/upload endpoint

1. Request Curl#

2. fields needed#

Field NameDescriptionTypeRequiredAccepted ValuesNote
source_video_idID of the generated videointYes-Required if video_media_id is not provided
video_media_idID of the uploaded videointYes-Required if source_video_id is not provided
modelModelstringNo-Currently not required; reserved for future use
original_sound_switchOriginalSoundSwitchbooleanNotrue, falseDefault is false. Set to true to keep original video audio
sound_effect_contentSoundEffectContentstringNoAny string or leave emptyOptional. If not provided, a random sound effect will be generated

Sound Effect Billing#

FunctionBilling StandardExample Usage
Sound effect10 Credits every 5 seconds5s → 10 Credits
8s → 20 Credits
10s → 20 Credits
Modified at 2025-07-06 03:35:17
Previous
Multi-trasition generate
Next
Generate Sound Effects
Built with