Get Asset
Retrieve a specific asset by ID.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
id
A unique identifier for an asset.
Response
Asset retrieved successfully
id
A unique identifier for an asset.
createdAt
The date and time the asset was created.
updatedAt
The date and time the asset was last updated.
type
The type of asset file.
Allowed values:
visibility
Visibility scope for the asset.
Allowed values:
name
The filename of the asset.
url
The URL to access the asset media.
size
File size in bytes.
format
File format/extension (e.g., “mp4”, “wav”).
inputType
The source type of the asset.
durationSeconds
Duration of the media in seconds (for audio/video).
thumbnailUrl
URL to the asset's thumbnail image.
width
Width in pixels (for video/image).
height
Height in pixels (for video/image).

