Browse premade catalog
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/catalog{
"ok": true,
"items": [
{
"slug": "modern-office-chair",
"name": "Modern Office Chair",
"category": "furniture",
"tags": [
"chair",
"office"
],
"mesh_count": 12,
"extent_m": 0.85
}
],
"total": 3071,
"offset": 0,
"limit": 50
}Catalog
Browse premade catalog
Search and browse the premade asset library. Supports full-text search across names and tags, category filtering, and pagination.
GET
/
v1
/
catalog
Browse premade catalog
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/catalog{
"ok": true,
"items": [
{
"slug": "modern-office-chair",
"name": "Modern Office Chair",
"category": "furniture",
"tags": [
"chair",
"office"
],
"mesh_count": 12,
"extent_m": 0.85
}
],
"total": 3071,
"offset": 0,
"limit": 50
}Headers
Query Parameters
Search term
Filter by category
Required range:
1 <= x <= 200Required range:
x >= 0Response
Paginated catalog results
⌘I