Node Connectivity

There are 141 nodes that can be used as successor for a node with an output port of type OpenAI Nodes: Configuration.

List Project Users 

Returns a list of users in the project.

Create Project User 

Adds a user to the project. Users must already be members of the organization to be added to a project.

Retrieve Project User 

Retrieves a user in the project.

Modify Project User 

Modifies a user's role in the project.

Delete Project User 

Deletes a user from the project.

Create Realtime Session 

Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as […]

Create Upload 

Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, […]

Cancel Upload 

Cancels the Upload. No Parts may be added after an Upload is cancelled.

Complete Upload 

Completes the [Upload](/docs/api-reference/uploads/object). Within the returned Upload object, there is a nested [File](/docs/api-reference/files/object) […]

Add Upload Part 

Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from […]