
Output
3D mesh
Example prompt
Weathered medieval stone with moss, cracks, and faint golden runes glowing through the surfaceTry this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=fal-ai/meshy/retexture.
POST
/api/v1/generate20 fields · 1 required| Field | Type | Requirement | Contract |
|---|---|---|---|
model_id | constant | Required | ArtEmotion model identifier. |
extra | object | Optional | Model-specific settings may also be nested here. |
max_credits | number | Optional | Reject before submission if the estimated list price exceeds this cap. · Range: 1–… |
webhook_url | string | Optional | Format: uri |
webhook_secret | string | Optional | Optional model input. |
folder_id | string | Optional | Optional model input. |
prompt | string | Optional | Optional model input. |
input_task_id | string | Optional | Source Meshy task ID — auto-filled when retexturing a Meshy-generated model. Takes priority over Model URL. |
model_url | string | Optional | URL of the 3D mesh to retexture. Supports GLB, GLTF, OBJ, FBX, STL — must be a publicly accessible URL. Used when no Input Task ID is available. |
image_style_url | string | Optional | Use one JPG or PNG as the texture style. An image style takes priority over the text prompt. |
multiview_front_url | string | Optional | Primary front style view. Adding any multi-view image makes the multi-view set the exclusive style input. |
multiview_left_url | string | Optional | Optional second view of the same object. |
multiview_back_url | string | Optional | Optional third view of the same object. |
multiview_right_url | string | Optional | Optional fourth view of the same object. |
ai_model | string | Optional | Meshy 7 is required for multi-view style images. · Allowed: meshy-7, latest, meshy-6, meshy-5 · Default: meshy-7 |
enable_pbr | boolean | Optional | Generate metallic, roughness, and normal maps. Meshy 7 does not produce an emission map. · Default: false |
texture_resolution | string | Optional | Base-color texture resolution. 8K has a higher generation price. · Allowed: 2k, 4k, 8k · Default: 2k |
remove_lighting | boolean | Optional | Remove baked highlights and shadows. Meshy currently supports this option only with Meshy 6. · Default: true |
enable_original_uv | boolean | Optional | Use the existing UV map from the model instead of generating new UVs. · Default: false |
alpha_thumbnail | boolean | Optional | Generate a thumbnail image with a transparent background. · Default: false |
Minimal request example
{
"model_id": "fal-ai/meshy/retexture"
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fmeshy%2Fretexture",
"title": "Meshy 7 Retexture generation request",
"description": "Request body accepted by POST /api/v1/generate for fal-ai/meshy/retexture.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "fal-ai/meshy/retexture",
"description": "ArtEmotion model identifier."
},
"extra": {
"type": "object",
"additionalProperties": true,
"description": "Model-specific settings may also be nested here."
},
"max_credits": {
"type": "number",
"minimum": 1,
"description": "Reject before submission if the estimated list price exceeds this cap."
},
"webhook_url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"webhook_secret": {
"type": "string",
"maxLength": 512
},
"folder_id": {
"type": "string"
},
"prompt": {
"type": "string"
},
"input_task_id": {
"title": "Input Task ID",
"description": "Source Meshy task ID — auto-filled when retexturing a Meshy-generated model. Takes priority over Model URL.",
"type": "string"
},
"model_url": {
"title": "Model URL",
"description": "URL of the 3D mesh to retexture. Supports GLB, GLTF, OBJ, FBX, STL — must be a publicly accessible URL. Used when no Input Task ID is available.",
"type": "string"
},
"image_style_url": {
"title": "Single Style Image",
"description": "Use one JPG or PNG as the texture style. An image style takes priority over the text prompt.",
"type": "string"
},
"multiview_front_url": {
"title": "Multi-View Style — Front",
"description": "Primary front style view. Adding any multi-view image makes the multi-view set the exclusive style input.",
"type": "string"
},
"multiview_left_url": {
"title": "Multi-View Style — View 2",
"description": "Optional second view of the same object.",
"type": "string"
},
"multiview_back_url": {
"title": "Multi-View Style — View 3",
"description": "Optional third view of the same object.",
"type": "string"
},
"multiview_right_url": {
"title": "Multi-View Style — View 4",
"description": "Optional fourth view of the same object.",
"type": "string"
},
"ai_model": {
"title": "AI Model",
"description": "Meshy 7 is required for multi-view style images.",
"default": "meshy-7",
"type": "string",
"enum": [
"meshy-7",
"latest",
"meshy-6",
"meshy-5"
]
},
"enable_pbr": {
"title": "Enable PBR",
"description": "Generate metallic, roughness, and normal maps. Meshy 7 does not produce an emission map.",
"default": false,
"type": "boolean"
},
"texture_resolution": {
"title": "Texture Resolution",
"description": "Base-color texture resolution. 8K has a higher generation price.",
"default": "2k",
"type": "string",
"enum": [
"2k",
"4k",
"8k"
]
},
"remove_lighting": {
"title": "Remove Lighting",
"description": "Remove baked highlights and shadows. Meshy currently supports this option only with Meshy 6.",
"default": true,
"type": "boolean"
},
"enable_original_uv": {
"title": "Preserve Original UVs",
"description": "Use the existing UV map from the model instead of generating new UVs.",
"default": false,
"type": "boolean"
},
"alpha_thumbnail": {
"title": "Alpha Thumbnail",
"description": "Generate a thumbnail image with a transparent background.",
"default": false,
"type": "boolean"
}
},
"required": [
"model_id"
],
"additionalProperties": false
}FAQ
How much does Meshy 7 Retexture cost on ArtEmotion?
Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.
Do I get my credits back if Meshy 7 Retexture fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call Meshy 7 Retexture from the API?
Yes. Use POST /api/v1/generate with model_id: "fal-ai/meshy/retexture". See the API reference for the full schema.
Where are my generations stored?
Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.
Ready to generate with Meshy 7 Retexture?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.