Skip to main content
GET
/
assets
/
{id}
Get Asset by ID
curl --request GET \
  --url https://api.audioshake.ai/assets/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "format": "<string>",
  "name": "<string>"
}
Fetch a single Asset by its id.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Unique identifier of the Asset

Required string length: 3 - 60

Response

200 - application/json

Default Response

id
string

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

format
string

Format of the Asset

name
string

Name of the Asset