pixverse/sound-effects
Sound Effects is PixVerse's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification.
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/runpixverse/sound-effectsInput Schema
3 parameters · 1 required · 2 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Required | Description of the sound effect to generate. If empty, a random sound effect will be generated · Default: "" |
video | string | Optional | URL of the input video to add sound effects to |
original_sound_switch | boolean | Optional | Whether to keep the original audio from the video · Default: false |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Async Workflow
This model uses asynchronous execution. Submit a request and poll for the result.
- Submit — POST to /v1/run, receive an
id - Poll — GET /v1/run/{id} until status is
completed,failed, ortimeout - Retrieve — Read
outputsfrom the completed response
Code Examples
Ready-to-run snippets
# Step 1: Submit
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "pixverse/sound-effects",
"video": "https://static.sandbase.ai/examples/pixverse/sound-effects/input_video_0.mp4",
"prompt": "sea waves",
"original_sound_switch": false
}'
# Step 2: Poll result (replace <id>)
curl https://api.sandbase.ai/v1/run/<id> \
-H "Authorization: Bearer YOUR_API_KEY"API README
PixVerse
PixVerse is the PixVerse route for video sound design, turning a picture-locked source clip into a production-ready result while keeping the operation distinct from neighboring endpoints. Sound Effects is PixVerse's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification. The workflow is designed for creators who need the model’s specific transformation to remain visible in the request, so the source, intended change, and finished artifact can be reviewed as one coherent creative decision.
In practical use, this route exposes prompt, sync_mode, video_url, safety_tolerance, original_sound_switch to shape the exact deliverable. Those controls let a team preserve the important source constraints, state subject behavior or material treatment precisely, choose supported timing or output characteristics, and reproduce successful settings across alternate takes. The result fits an iterative pipeline: establish the core brief, compare controlled variations, then pass the selected asset into editorial, design, localization, visualization, or publishing work.
Highlights
- Visual-to-audio timing. Generate sound effects that follow the action and timing of a supplied video.
- Prompt-guided soundscape. Describe the desired ambience, impacts, textures, and emphasis without rebuilding the picture edit.
- Picture-locked workflow. Keep the existing video as the timing reference while producing a matching audio layer.
- Post-production handoff. Return generated audio for mixing, editorial review, or delivery alongside the source clip.
Pricing
| Configuration | Price |
|---|---|
| Per request | $0.100000 |
When to Use
| Scenario | Why it fits |
|---|---|
| Exact workflow fit | Choose this route when the required deliverable is video sound design, rather than a related route with different source media. |
| Directed creative iteration | Use it when subject, motion, material, speech, framing, or finish should be expressed explicitly and compared across controlled variants. |
| Existing-asset continuity | Use it when supplied images, video, audio, references, or styles must remain the anchor for the generated result. |
| Repeatable production | Use it when successful inputs need to be saved and rerun across a campaign, asset set, localization pass, or batch. |
| Pipeline handoff | Use it when the returned artifact will move into editorial, compositing, visualization, review, storage, or publishing. |
Prompt Guide
Start with the source or subject, then describe the intended transformation, movement or behavior, camera and composition, and the desired finish. Keep media URLs reachable, use only fields documented for this exact route, and change one major control at a time when comparing results. For source-led tasks, describe what should change as well as what must remain recognizable.
{
"prompt": ""
}
Technical Specs
| Property | Value |
|---|---|
| Model ID | pixverse/sound-effects |
| Execution mode | async |
| Required inputs | prompt |
prompt | string; default: |
sync_mode | boolean; default: false |
video_url | string |
safety_tolerance | string; default: 6 |
original_sound_switch | boolean; default: false |
Related Models
pixverse/extendpixverse/lipsyncpixverse/swappixverse/c1/image-to-video

