search_polyhaven_assets
Search for 3D assets on Polyhaven with filtering by type and categories to find HDRI environments, textures, and models for Blender projects.
Instructions
Search for assets on Polyhaven with optional filtering.
Parameters:
- asset_type: Type of assets to search for (hdris, textures, models, all)
- categories: Optional comma-separated list of categories to filter by
Returns a list of matching assets with basic information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_type | No | all | |
categories | No |
Input Schema (JSON Schema)
{
"properties": {
"asset_type": {
"default": "all",
"title": "Asset Type",
"type": "string"
},
"categories": {
"default": null,
"title": "Categories",
"type": "string"
}
},
"type": "object"
}