Skip to main content
POST
/
agent-graphs
/
test-node
Test Graph Node
curl --request POST \
  --url https://api.beamstudio.ai/agent-graphs/test-node \
  --header 'Content-Type: application/json' \
  --header 'current-workspace-id: <current-workspace-id>' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "agentId": "<string>",
  "nodeId": "<string>",
  "graphId": "<string>",
  "params": {}
}
'
{}

Authorizations

x-api-key
string
header
required

Headers

current-workspace-id
string
required

Body

application/json
agentId
string
required
nodeId
string
required
graphId
string
required
params
object

Response

201 - application/json

The response is of type object.