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
Create new render job/api/render/jobs
GET
Get job status/api/render/jobs/{id}
DELETE
Cancel job/api/render/jobs/{id}
GET
List all jobs/api/render/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