POST
/
api
/
automation
/
node
/
{nodeId}
/
prompt
curl --request POST \
  --url https://api.plazbot.com/api/automation/node/{nodeId}/prompt \
  --header 'Content-Type: application/json' \
  --data '{
  "workspaceId": "<string>",
  "urlDocument": "<string>"
}'

Path Parameters

nodeId
string
required

Body

application/json

Response

200

OK