sketchfab-model-details
Retrieve comprehensive details about any Sketchfab 3D model by entering its unique model ID. Streamlines access to essential information directly from the Sketchfab platform.
Instructions
Get detailed information about a specific Sketchfab model
Input Schema
Name | Required | Description | Default |
---|---|---|---|
modelId | Yes | The unique ID of the Sketchfab model (found in URLs or search results) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"modelId": {
"description": "The unique ID of the Sketchfab model (found in URLs or search results)",
"type": "string"
}
},
"required": [
"modelId"
],
"type": "object"
}