Stability AI · Schema
StableFast3DRequest
3D GenerationArtificial IntelligenceGenerative AIImage-GenerationImage EditingMachine-LearningStable DiffusionText-to-ImageVideo Generation
Properties
| Name | Type | Description |
|---|---|---|
| image | string | The input image of an object to convert into a 3D model. Best results are achieved with images of single objects on a clean background. |
| texture_resolution | integer | The resolution of the generated texture in pixels. Higher values produce more detailed textures but increase file size and processing time. |
| foreground_ratio | number | The ratio of the foreground object to the total image size. Used to control how much of the image is treated as the object versus background during 3D reconstruction. |
| remesh | string | The remeshing algorithm to apply to the generated mesh. Triangle and quad remeshing produce cleaner topology suitable for animation and further editing. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StableFast3DRequest",
"title": "StableFast3DRequest",
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "string",
"format": "binary",
"description": "The input image of an object to convert into a 3D model. Best results are achieved with images of single objects on a clean background."
},
"texture_resolution": {
"type": "integer",
"enum": [
512,
1024,
2048
],
"default": 1024,
"description": "The resolution of the generated texture in pixels. Higher values produce more detailed textures but increase file size and processing time."
},
"foreground_ratio": {
"type": "number",
"minimum": 0.1,
"maximum": 1.0,
"default": 0.85,
"description": "The ratio of the foreground object to the total image size. Used to control how much of the image is treated as the object versus background during 3D reconstruction."
},
"remesh": {
"type": "string",
"enum": [
"none",
"triangle",
"quad"
],
"default": "none",
"description": "The remeshing algorithm to apply to the generated mesh. Triangle and quad remeshing produce cleaner topology suitable for animation and further editing."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stability-ai-stablefast3drequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.