RESTful API

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

Fast & Reliable

Sub-second response times with 99.9% uptime SLA. Built for production workloads.

Batch Processing

Process multiple images in a single request. Up to 50 images per batch on Pro plans.

Webhook Support

Real-time notifications when async jobs complete. Perfect for CI/CD pipelines.

Multiple Formats

Support for base64-encoded images or public URLs. Reduces payload size and complexity.

Secure & Scalable

API key authentication with rate limiting and usage tracking. Enterprise-ready security.

Usage Analytics

Track API usage, remaining quota, and performance metrics. Built-in monitoring dashboard.

Simple Integration

Get started in minutes with our RESTful API

Code Example
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

Game Development

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
3D Tools & Plugins

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
Web Applications

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
Enterprise Solutions

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