POST
/
v4
/
applications
/
process

Authorizations

x-api-key
string
headerrequired

Body

application/json
inputs
object
required

Input data for the application. You must provide inputs for each input node

history
object[]

History of the application

overrides
object

Optional overrides for the application

stream
boolean
default: false

Control to have streaming of the endpoint. If the last node before the output is a completion node, you can set this to true to get the output as soon as the completion node has a token

nodes
object[]
required

List of nodes in the application graph

edges
object[]
required

List of edges in the application graph

version
enum<string>
required

Version of the application schema

Available options:
V0

Response

200 - application/json

The response is of type any.