Texturing API
AI texture generation
for 3D models
Apply and edit PBR textures on any 3D model using AI. Powered by Tencent Hunyuan. Describe the appearance in text or provide a reference image - get full PBR material sets with albedo, normal, metallic, and roughness maps.
80 creditsFull PBR outputText or image guided
Complete PBR material pipeline
Transform untextured 3D models into production-ready assets. The texturing API generates industry-standard PBR materials compatible with any 3D engine or renderer.
Text-guided texturing - describe the appearance in natural language
Image-guided texturing - provide a reference image for the desired look
Full PBR output: albedo, normal, metallic, roughness maps
Works with any GLB model from any source
Chain with geometry-only generation for full control
Compatible with Unity, Unreal, Blender, and all major engines
Albedo
Base color texture map
Normal
Surface detail and depth
Metallic
Metal vs non-metal
Roughness
Surface smoothness
Texture any 3D model via API
Hunyuan Texture Edit
curl -X POST https://api.3daistudio.com/v1/3d-models/tencent/texture-edit/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model_url": "https://storage.3daistudio.com/assets/model.glb",
"prompt": "rusty medieval iron with scratches and patina"
}'Explore related APIs
Generate models to texture, or take textured models through post-processing.
Frequently asked questions