API PBR Generator
Integrate professional PBR texture generation into your applications
Generate normal maps, metallic maps, roughness maps, and AO maps programmatically. Built for developers, game studios, and 3D tool creators.
Powerful API Features
Everything you need to build texture generation into your workflow
Sub-second response times with 99.9% uptime SLA. Built for production workloads.
Process multiple images in a single request. Up to 50 images per batch on Pro plans.
Real-time notifications when async jobs complete. Perfect for CI/CD pipelines.
Support for base64-encoded images or public URLs. Reduces payload size and complexity.
API key authentication with rate limiting and usage tracking. Enterprise-ready security.
Track API usage, remaining quota, and performance metrics. Built-in monitoring dashboard.
Simple Integration
Get started in minutes with our RESTful API
const response = await fetch('https://genpbr.com/api/v1/generate-texture', {
method: 'POST',
headers: {
'X-API-Key': 'your_api_key_here',
'Content-Type': 'application/json',
},
body: JSON.stringify({
baseImage: 'data:image/png;base64,...',
textureTypes: ['normal', 'metallic', 'roughness', 'ao'],
}),
});
const { textures, metadata, usage } = await response.json();
console.log('Generated textures:', textures);Built for Your Workflow
Integrate PBR generation into any application or pipeline
Automate texture generation in your game asset pipeline. Generate PBR materials for Unity, Unreal Engine, Godot, and custom engines.
- CI/CD integration
- Bulk asset processing
- Automated workflows
Build texture generation directly into Blender, Maya, or custom 3D tools. Provide users with instant PBR material creation.
- Plugin integration
- Real-time generation
- Custom workflows
Add texture generation to web-based 3D editors, asset marketplaces, or creative tools. Server-side processing with webhook callbacks.
- RESTful API
- Webhook notifications
- Scalable architecture
High-volume texture generation for studios and agencies. Custom quotas, dedicated support, and SLA guarantees.
- Custom quotas
- Dedicated support
- SLA guarantees
Ready to Integrate?
Get started with API access in minutes. Choose a plan that fits your needs.
API Frequently Asked Questions
Everything you need to know about the GenPBR API