Expert Tools
API Reference
Technical documentation for integrating with RenderGod's internal systems.
API Reference
Technical documentation for integrating with RenderGod's internal systems.
Overview
RenderGod provides a set of internal APIs for advanced users and developers to extend its functionality or automate workflows further.
Core endpoints (Conceptual)
Get Project Status
GET /api/project/:id/status
Returns the current rendering status of a specific project.
Trigger Render
POST /api/project/:id/render
Starts the rendering process for a project with the given configuration.
List Render Nodes
GET /api/nodes
Returns a list of available rendering nodes in your local network.
[!WARNING] These APIs are currently in internal beta and may change without notice. Use with caution in production environments.
Integration Examples
© 2026 RenderGod. All rights reserved.