Skip to main content

Get sound effects by category

GET 

/v0/sound-effects/categories/:categoryId/tracks

Use the sound effects details endpoint to display all sound effects for a given category.

Request

Path Parameters

    categoryId uuidrequired

    Category id

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

    sort string

    Possible values: [title, newest, length]

    Sort

    Default value: newest
    order string

    Possible values: [asc, desc]

    Order

    Default value: asc

Responses

List of sound effects for a given category

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...