API Reference
API Reference / Endpoints

Sound Effects endpoints

/v1/sound-effects/*

Text-to-SFX generation with sync completion on the normal success path.

What this section covers

Endpoint-level reference for the current /v1/sound-effects/* surface.

Sound effects are the simplest endpoint family in v1: one generation route, one consistent auth model, and a fast success path.

The biggest design question here is usually whether your product should block for the synchronous response or kick work into a background job on your side.

Start here

Recommended starting point

Use POST/v1/sound-effects/generate for all text-driven SFX generation.

Recommended starting point

Expect a completed result_url on the success path and still treat webhooks as optional post-processing signals.

Generation

The single SFX route that is live in v1.

Was this page helpful?