Get Asset
Retrieve a single asset by ID.
Path parameters
asset_id
ID of the asset.
Headers
xi-api-key
Response
Successful Response
asset_id
Unique identifier for the asset.
name
Display name of the asset.
mime_type
MIME type of the uploaded file (e.g. audio/mpeg).
created_at_unix
Unix timestamp (seconds) the asset was created.
content_url
Signed URL to fetch the asset’s content. May be null if the asset has not finished processing. Do not rely on it being valid for more than 1 hour; fetch the asset again for a fresh URL.
Errors
422
Unprocessable Entity Error