Assets V2
Get Asset V2
The get asset endpoint lets users retrieve detailed information about a specific asset, including its size, type, status, URL, duration (for video and audio asset) and frames(for video asset)
GET
/
pub
/
v2
/
assets
/
{asset_id}
V2 offers streamlined and precise attributes in requests and responses, making asset usage more efficient and simpler.
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Path Parameters
asset_id
string
requiredThe id of the asset
Response
200 - application/json
data
object
err
object
The error if the request was not successful
Was this page helpful?