Skip to main content
GET
/
v1
/
sound-effects
/
{sfx-id}
/
download
Download a sound effect
curl --request GET \
  --url https://api.freepik.com/v1/sound-effects/{sfx-id}/download \
  --header 'x-freepik-api-key: <api-key>'
{
  "download_url": "https://cdn.freepik.com/sfx/thunder-rumble.mp3",
  "id": 1,
  "title": "Thunder Rumble"
}
Get a direct download URL for a sound effect audio file. See the Sound Effects API overview for authentication and usage guidance.

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Path Parameters

sfx-id
integer
required

Unique numeric identifier of the sound effect

Response

OK

id
integer
required

Unique identifier of the sound effect

Example:

1

title
string
required

Sound effect title

Example:

"Thunder Rumble"

download_url
string
required

Direct URL to download the sound effect file

Example:

"https://cdn.freepik.com/sfx/thunder-rumble.mp3"