curl --request GET \
--url https://api.tryarchitect.com/v0/assets \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"assetId": "<string>",
"tenantId": "<string>",
"name": "<string>",
"purpose": "<string>",
"tags": [
"<string>"
],
"aiDescription": "<string>",
"parentAssetId": "<string>",
"hidden": true,
"data": {
"type": "<string>",
"fileId": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>",
"trashedAt": "<string>",
"deletedAt": "<string>",
"lifecycleState": "active",
"downloadUrl": "<string>",
"previewDownloadUrl": "<string>"
}
],
"nextCursor": "<string>",
"totalCount": 4503599627370495
}List assets.
curl --request GET \
--url https://api.tryarchitect.com/v0/assets \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"assetId": "<string>",
"tenantId": "<string>",
"name": "<string>",
"purpose": "<string>",
"tags": [
"<string>"
],
"aiDescription": "<string>",
"parentAssetId": "<string>",
"hidden": true,
"data": {
"type": "<string>",
"fileId": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>",
"trashedAt": "<string>",
"deletedAt": "<string>",
"lifecycleState": "active",
"downloadUrl": "<string>",
"previewDownloadUrl": "<string>"
}
],
"nextCursor": "<string>",
"totalCount": 4503599627370495
}API key authentication for the External Actor Gateway
assetType parameter
image, logo, icon, video, custom-component cursor parameter
limit parameter
Was this page helpful?