
Output
3D mesh
Example prompt
Weathered stone fortress wall with moss and ancient carved runes, cinematic lightingTry this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=tripo3d/texture.
POST
/api/v1/generate17 fields · 3 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 | Required | Optional model input. |
original_model_task_id | string | Required | Pick a completed Tripo 3D generation to texture. |
texture_quality | string | Optional | Texture resolution tier. · Allowed: standard, detailed, extreme · Default: standard |
pbr | boolean | Optional | Generate PBR (metallic/roughness/normal) maps in addition to base color. · Default: true |
texture_alignment | string | Optional | How textures are aligned to the mesh. · Allowed: original_image, geometry · Default: original_image |
image_prompt | string | Optional | URL of a reference image to guide the texture style. Used alongside or instead of the text prompt. |
texture_seed | number | Optional | Seed for texture reproducibility. |
model_seed | number | Optional | Seed for model reproducibility. |
bake | boolean | Optional | Combine advanced material effects into the base textures. · Default: true |
part_names | string | Optional | Comma-separated part names from a Mesh Segmentation result. Leave empty to texture the whole mesh. |
model_version | string | Optional | v3.0 required for Detailed and Extreme texture quality. · Allowed: v2.5-20250123, v3.0-20250812 · Default: v2.5-20250123 |
Minimal request example
{
"model_id": "tripo3d/texture",
"prompt": "Weathered stone fortress wall with moss and ancient carved runes, cinematic lighting",
"original_model_task_id": "your_original_model_task_id"
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=tripo3d%2Ftexture",
"title": "Tripo Texturing generation request",
"description": "Request body accepted by POST /api/v1/generate for tripo3d/texture.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "tripo3d/texture",
"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"
},
"original_model_task_id": {
"title": "Source Model",
"description": "Pick a completed Tripo 3D generation to texture.",
"type": "string"
},
"texture_quality": {
"title": "Texture Quality",
"description": "Texture resolution tier.",
"default": "standard",
"type": "string",
"enum": [
"standard",
"detailed",
"extreme"
]
},
"pbr": {
"title": "PBR Maps",
"description": "Generate PBR (metallic/roughness/normal) maps in addition to base color.",
"default": true,
"type": "boolean"
},
"texture_alignment": {
"title": "Texture Alignment",
"description": "How textures are aligned to the mesh.",
"default": "original_image",
"type": "string",
"enum": [
"original_image",
"geometry"
]
},
"image_prompt": {
"title": "Style Image",
"description": "URL of a reference image to guide the texture style. Used alongside or instead of the text prompt.",
"type": "string"
},
"texture_seed": {
"title": "Texture Seed",
"description": "Seed for texture reproducibility.",
"type": "number",
"multipleOf": 1
},
"model_seed": {
"title": "Model Seed",
"description": "Seed for model reproducibility.",
"type": "number",
"multipleOf": 1
},
"bake": {
"title": "Bake Textures",
"description": "Combine advanced material effects into the base textures.",
"default": true,
"type": "boolean"
},
"part_names": {
"title": "Part Names",
"description": "Comma-separated part names from a Mesh Segmentation result. Leave empty to texture the whole mesh.",
"type": "string"
},
"model_version": {
"title": "Model Version",
"description": "v3.0 required for Detailed and Extreme texture quality.",
"default": "v2.5-20250123",
"type": "string",
"enum": [
"v2.5-20250123",
"v3.0-20250812"
]
}
},
"required": [
"model_id",
"prompt",
"original_model_task_id"
],
"additionalProperties": false
}FAQ
How much does Tripo Texturing 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 Tripo Texturing fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call Tripo Texturing from the API?
Yes. Use POST /api/v1/generate with model_id: "tripo3d/texture". 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 Tripo Texturing?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.