cURL
curl --request GET \
--url http://localhost:3001/api/v1/assets \
--header 'x-api-key: <api-key>'{
"success": true,
"assets": [
{
"id": "<string>",
"assetType": "<string>",
"filename": "<string>",
"contentType": "<string>",
"size": 123,
"url": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"altText": "<string>",
"tags": [
"<string>"
],
"width": 123,
"height": 123,
"sourceProvider": "<string>",
"sourceProviderId": "<string>",
"sourceUrl": "<string>",
"licenseName": "<string>",
"licenseUrl": "<string>",
"attributionText": "<string>"
}
]
}Assets
Get apiv1assets
GET
/
api
/
v1
/
assets
cURL
curl --request GET \
--url http://localhost:3001/api/v1/assets \
--header 'x-api-key: <api-key>'{
"success": true,
"assets": [
{
"id": "<string>",
"assetType": "<string>",
"filename": "<string>",
"contentType": "<string>",
"size": 123,
"url": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"altText": "<string>",
"tags": [
"<string>"
],
"width": 123,
"height": 123,
"sourceProvider": "<string>",
"sourceProviderId": "<string>",
"sourceUrl": "<string>",
"licenseName": "<string>",
"licenseUrl": "<string>",
"attributionText": "<string>"
}
]
}⌘I

