Skip to main content
GET
/
assets
List All Assets
curl --request GET \
  --url https://api.audioshake.ai/assets \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "format": "<string>",
    "name": "<string>"
  }
]
Retrieve a paginated list of all Assets in your account.

Authorizations

x-api-key
string
header
required

Query Parameters

skip
number
default:0

Number of records to skip for pagination

Required range: x >= 0
take
number
default:10

Maximum number of records to return per page

Required range: 1 <= x <= 100

Response

200 - application/json

Default Response

id
string

Unique identifier of the Asset. Use this id as assetId when creating a Task.

format
string

Format of the output file

name
string

Name of the Asset