Skip to main content
ArtEmotion
3D

Tripo Texturing

Credit-based pricing.

Tripo Texturing preview
Output
3D mesh

Example prompt

Weathered stone fortress wall with moss and ancient carved runes, cinematic lighting
Try 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
FieldTypeRequirementContract
model_idconstantRequiredArtEmotion model identifier.
extraobjectOptionalModel-specific settings may also be nested here.
max_creditsnumberOptionalReject before submission if the estimated list price exceeds this cap. · Range: 1–…
webhook_urlstringOptionalFormat: uri
webhook_secretstringOptionalOptional model input.
folder_idstringOptionalOptional model input.
promptstringRequiredOptional model input.
original_model_task_idstringRequiredPick a completed Tripo 3D generation to texture.
texture_qualitystringOptionalTexture resolution tier. · Allowed: standard, detailed, extreme · Default: standard
pbrbooleanOptionalGenerate PBR (metallic/roughness/normal) maps in addition to base color. · Default: true
texture_alignmentstringOptionalHow textures are aligned to the mesh. · Allowed: original_image, geometry · Default: original_image
image_promptstringOptionalURL of a reference image to guide the texture style. Used alongside or instead of the text prompt.
texture_seednumberOptionalSeed for texture reproducibility.
model_seednumberOptionalSeed for model reproducibility.
bakebooleanOptionalCombine advanced material effects into the base textures. · Default: true
part_namesstringOptionalComma-separated part names from a Mesh Segmentation result. Leave empty to texture the whole mesh.
model_versionstringOptionalv3.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.