> For the complete documentation index, see [llms.txt](https://know.rendernetwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://know.rendernetwork.com/getting-started/generative-workflows-on-the-render-network/using-the-render-network-api-for-generative-houdini-workflows.md).

# Using the Render Network API for Generative Houdini Workflows

<figure><img src="/files/6IMjb2v3oVrYqGR5UzXX" alt=""><figcaption></figcaption></figure>

#### A walkthrough by technical 3D artist MHX

Technical 3D artist **MHX** demonstrates how the [**Render Network API**](https://know.rendernetwork.com/getting-started/using-the-render-network-manager-app-and-render-network-api) can be used to support generative 3D workflows built in Houdini and rendered with **Octane** on the **Render Network**.

In these examples, procedural scenes are generated in Houdini, submitted to the Render Network for rendering via the API, and retrieved as part of a connected workflow. MHX shows this process running both locally and in a virtualized compute environment, using [**Dispersed**](https://dispersed.com/).

{% embed url="<https://www.youtube.com/watch?v=dmI0OawnCK4>" %}

***

### Generative workflows driven directly from Houdini

<figure><img src="/files/p4J5WIFBKz9bsgx5z1Xr" alt=""><figcaption></figcaption></figure>

In the first workflow, MHX shows how the Render Network API can be accessed **directly inside Houdini** using a custom **Houdini Digital Asset (HDA)**.

At a high level:

* Houdini generates procedural or generative scenes
* The HDA packages the scene as an **ORBX**
* The Render Network API submits render jobs
* Job status is tracked programmatically
* Rendered frames are retrieved back into the workflow<br>

This allows MHX to manage the full render loop - submission, rendering, and file handling - **without leaving Houdini**, making it well suited for iterative and generative work.<br>

<figure><img src="/files/kxDKzGqda8BNobaWYUyz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2Eaf0HQsvBtneCxkDdoZ" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://know.rendernetwork.com/getting-started/generative-workflows-on-the-render-network/using-the-render-network-api-for-generative-houdini-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
