Forest ambience with birdsong
Peaceful temperate forest ambience in early morning. A chorus of songbirds — robins, warblers, and a distant woodpecker tapping — over a foundation of gentle wind rustling through deciduous leaves. A small stream babbles quietly in the mid-distance. Occasional insect buzz passes close to the microphone. No human-made sounds. The recording should feel spacious with natural stereo width, suitable for use as a 30-second background loop in a meditation app or nature documentary.
View API Code
curl -X POST https://runapi.ai/api/v1/elevenlabs/text_to_sound \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "sound-effect-v2",
"text": "Peaceful temperate forest ambience in early morning. A chorus of songbirds — robins, warblers, and a distant woodpecker tapping — over a foundation of gentle wind rustling through deciduous leaves. A small stream babbles quietly in the mid-distance. Occasional insect buzz passes close to the microphone. No human-made sounds. The recording should feel spacious with natural stereo width, suitable for use as a 30-second background loop in a meditation app or nature documentary."
}
JSON