v3
latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-0659315450.0 KBasset
You can retrieve the metadata of an asset by specifying its assetId.
get/v1/assets/{assetId}
Path parameters
assetIdstring required
The ID of the asset.
Response
OK
Example response
{
"asset": {
"type": "image",
"id": "Msd59349ff",
"name": "My Awesome Upload",
"tags": [
"image",
"holiday",
"best day ever"
],
"import_status": {
"state": "success"
},
"created_at": 1377396000,
"updated_at": 1692928800,
"owner": {
"user_id": "auDAbliZ2rQNNOsUl5OLu",
"team_id": "Oi2RJILTrKk0KRhRUZozX"
},
"thumbnail": {
"width": 595,
"height": 335,
"url": "https://document-export.canva.com/Vczz9/zF9vzVtdADc/2/thumbnail/0001.png?<query-string>"
},
"metadata": {
"width": 1920,
"height": 1080,
"smart_tags": [
"landscape",
"sunset",
"mountains",
"nature"
]
}
}
}