BlockRun Sound Effects Generator is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.052501/call, status healthy (last checked 2026-09-14, last successful call 2026-09-07).
Generates AI-synthesized sound effects from a text description using ElevenLabs, paid per-call in USDC with no API key required
Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.
Returns an audio file (mp3 by default, or opus/pcm/wav if specified) containing the AI-generated sound effect matching the text description, at the requested duration.
POSThttps://blockrun.ai/api/v1/audio/sound-effectsChoose this endpoint when you need to programmatically generate custom sound effects from text descriptions without managing separate API keys or accounts. Ideal for AI agents that want to pay per call in USDC on Base or Solana, especially when building apps needing dynamic audio, game sound effects, or foley sounds on demand.
{
"text": "A dog barking in the distance with birds chirping",
"model": "elevenlabs/sound-effects",
"response_format": "mp3",
"duration_seconds": 5,
"prompt_influence": 0.8
}| Field | Type | Description |
|---|---|---|
| text | string | Description of the sound effect to generate |
| model | string | Sound effect model ID (elevenlabs/sound-effects) |
| response_format | string | Audio format: mp3 (default), opus, pcm, wav |
| duration_seconds | number | Clip length 0.5-22s (optional) |
| prompt_influence | number | 0-1 prompt adherence (optional) |
{
"data": [
{
"url": "https://blockrun.ai/api/media/media/audios/2026/06/12/e5c4d256-171c-44ae-818e-de5eaf7927c1.mp3",
"format": "mp3"
}
],
"model": "elevenlabs/sound-effects",
"created": 1781241032
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"