Skip to main content
GET
/
api
/
v1
/
misc
/
instagram
/
audio
Search Instagram audio assets
curl --request GET \
  --url https://api.bundle.social/api/v1/misc/instagram/audio \
  --header 'x-api-key: <api-key>'
{
  "audio": []
}

Documentation Index

Fetch the complete documentation index at: https://info.bundle.social/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
audioType
enum<string>
required

The type of Instagram audio to search for.

Available options:
original_sound,
music
searchQuery
string

Optional keyword search query.

Required string length: 1 - 100

Response

200

audio
object[]