cURL
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": {} } '
{}
Test a specific node in the agent graph to validate its configuration and behavior.
The response is of type object.
object