List details about sound effects
GET {{baseUrl}}/v2/sfx?id=<asset-id>
This endpoint shows information about sound effects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | (Required) One or more sound effect IDs | |
view | string | Amount of detail to render in the response | |
language | string | Language for the keywords and categories in the response | |
library | string | Which library to fetch from | |
search_id | string | The ID of the search that is related to this request |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"data":[{"id":"123","media_type":"sfx","contributor":{"id":"1234"}}]}