Collections
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/collections HTTP/1.1
Host: api.icosa.gallery
Accept: */*
{
"collections": [
{
"collectionId": "text",
"name": "text",
"description": "text",
"url": "text",
"createTime": "2025-12-11T18:07:57.283Z",
"updateTime": "2025-12-11T18:07:57.283Z",
"visibility": "text",
"imageUrl": "text",
"assets": [
{
"authorId": "text",
"authorName": "text",
"name": "text",
"description": "text",
"createTime": "2025-12-11T18:07:57.283Z",
"updateTime": "2025-12-11T18:07:57.283Z",
"url": "text",
"assetId": "text",
"displayName": "text",
"visibility": "text",
"tags": [
"text"
],
"isCurated": true,
"thumbnail": {
"relativePath": "text",
"contentType": "text",
"url": "text"
},
"triangleCount": 1,
"license": "text",
"licenseVersion": "text",
"presentationParams": {},
"formats": [
{
"root": {
"relativePath": "text",
"contentType": "text",
"url": "text"
},
"resources": [
{
"relativePath": "text",
"contentType": "text",
"url": "text"
}
],
"formatComplexity": {
"triangleCount": 1,
"lodHint": 1
},
"formatType": "text",
"zip_archive_url": "text",
"isPreferredForDownload": false
}
]
}
]
}
],
"totalSize": 1,
"nextPageToken": "text"
}GET /v1/collections/{asset_collection_url} HTTP/1.1
Host: api.icosa.gallery
Accept: */*
{
"collectionId": "text",
"name": "text",
"description": "text",
"url": "text",
"createTime": "2025-12-11T18:07:57.283Z",
"updateTime": "2025-12-11T18:07:57.283Z",
"visibility": "text",
"imageUrl": "text",
"assets": [
{
"authorId": "text",
"authorName": "text",
"name": "text",
"description": "text",
"createTime": "2025-12-11T18:07:57.283Z",
"updateTime": "2025-12-11T18:07:57.283Z",
"url": "text",
"assetId": "text",
"displayName": "text",
"visibility": "text",
"tags": [
"text"
],
"isCurated": true,
"thumbnail": {
"relativePath": "text",
"contentType": "text",
"url": "text"
},
"triangleCount": 1,
"license": "text",
"licenseVersion": "text",
"presentationParams": {},
"formats": [
{
"root": {
"relativePath": "text",
"contentType": "text",
"url": "text"
},
"resources": [
{
"relativePath": "text",
"contentType": "text",
"url": "text"
}
],
"formatComplexity": {
"triangleCount": 1,
"lodHint": 1
},
"formatType": "text",
"zip_archive_url": "text",
"isPreferredForDownload": false
}
]
}
]
}