renderiza.ai API

Integrate powerful 3D rendering into your applications

Simple Authentication

Bearer token for secure access

RESTful API

Intuitive and consistent design

Real-time Webhooks

Get instant updates

Enterprise Security

HTTPS and end-to-end encryption

Request Example
curl -X POST https://api.renderiza.ai/v1/render/jobs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_url": "https://example.com/scene.blend",
    "quality": "production",
    "format": "PNG",
    "resolution": "1920x1080"
  }'

Main Endpoints

POST/api/render/jobs
Create new render job
GET/api/render/jobs/{id}
Get job status
DELETE/api/render/jobs/{id}
Cancel job
GET/api/render/jobs
List all jobs

Rate Limits

Our API has rate limits to ensure fair performance for all users.

  • Free: 100 requests/hour
  • Pro: 1000 requests/hour
  • Enterprise: Custom limits