Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man sound-effect-generate

/sound-effect-generate(1)

agentutility / synthforge / sound-effect-generate
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
uncategorized
STATUS
live
NAME
sound-effect-generate sound effect generation / text-to-sfx / foley generator / elevenlabs sound effects / ambient audio synth
SYNOPSIS
POST https://x402.org/v1/sound-effect-generate
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Sound effect generation / text-to-SFX / Foley generator / ElevenLabs sound effects / ambient audio synth. Text-to-SFX via Venice with elevenlabs-sound-effects-v2. Duration 0.5-22 seconds. Returns a permanent fal-hosted audio URL (or Venice-hosted when applicable).

INPUTrequest schema
propertytypedescriptionreq?
promptstringSound description.required
duration_secondsnumberLength in seconds. Range [0.5, 22]. Default 5.optional
modelstringOverride the model. Default 'elevenlabs-sound-effects-v2'.optional
OUTPUTresponse shape
fieldtypedescription
audio_urlstringPermanent URL to the generated sound effect file, hosted on fal.media or Venice depending on backend.
duration_secondsstringLength of the generated audio clip in seconds, between 0.5 and 22.
modelstringModel identifier used for synthesis, typically elevenlabs-sound-effects-v2 via Venice.
promptstringText prompt describing the sound effect or Foley that was generated.
venice_request_idstringVenice API request identifier for the generation call, useful for support and debugging.
sourcestringBackend provider that produced the audio, such as venice or fal.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/sound-effect-generate \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the sound-effect-generate tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
sound-effectstext-to-sfxfoleyaudio-generationambient-audiosynthforgeelevenlabs-sfx
methods
POST
cluster
synthforge
price
$0.01 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
image-generateImage generate (fast/cheap) / text-to-image / AI art.$0.01
image-editImage edit / instruction-based image edit / text-driven photo edit / nano-banana image editor / GPT-image-2 edit.$0.02
image-inpaintImage inpainting / mask-based image edit / fill in masked region / object replacement / face swap (mask-driven) / generative fill.$0.02
music-generateMusic generation / text-to-music / AI music / generative song / instrumental and vocal music.$0.05
text-to-speechText to speech / TTS / voice generator.$0.05
voiceText-to-speech / TTS / voice synthesis.$0.05
remove-bgAI background remover / background eraser / cutout tool.$0.08
image-generate-proImage generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine.$0.10
SEE ALSO
agentutility(7) · synthforge(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org