curl --request GET \
--url https://api.tensormesh.ai/v1/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "<string>",
"name": "<string>",
"requiredGpuNum": 123,
"family": "<string>",
"isActive": true,
"spec": {}
}
]
}Public product listing plus admin product management.
curl --request GET \
--url https://api.tensormesh.ai/v1/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "<string>",
"name": "<string>",
"requiredGpuNum": 123,
"family": "<string>",
"isActive": true,
"spec": {}
}
]
}Use this group for product catalog reads and product administration. Public and admin operations share one published group today:Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
/v1/products/v1/admin/productsWas this page helpful?