Skip to main content

Search sound effects

GET 

/v0/sound-effects/search

Use the sound effects search endpoint to allow users to search within the sound effects library.

Request

Query Parameters

    offset int32

    Index of the entry track in the response

    limit int32

    Max number of entries returned in the response, default 50 and max 100

    term string

    Term for search

    sort string

    Possible values: [best-match, newest, popular, length, title]

    Sort for search

    Default value: best-match
    order string

    Possible values: [asc, desc]

    Order

    Default value: asc

Responses

List of sound effect search results

Schema

    soundEffects

    object[]

    required

  • Array [

  • id stringrequired
    title stringrequired
    added date-timerequired
    length int32required

    images

    object

    default stringnullable
    L stringnullable
    M stringnullable
    S stringnullable
    XS stringnullable
  • ]

  • pagination

    object

    required

    page int32required
    limit int32required
    offset int32

    links

    object

    required

    next stringnullable
    prev stringnullable
Loading...