Executes a set of actions defined by a policy
curl --request POST \
--url https://api.example.com/v1/actions \
--header 'Content-Type: application/json' \
--data '
{
"payload": {},
"policy_id": "<string>"
}
'{
"error": "<unknown>",
"metadata": [
{
"data": "<unknown>",
"plugin_name": "<string>"
}
],
"payload": {},
"status": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.neuraltrust.ai/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.example.com/v1/actions \
--header 'Content-Type: application/json' \
--data '
{
"payload": {},
"policy_id": "<string>"
}
'{
"error": "<unknown>",
"metadata": [
{
"data": "<unknown>",
"plugin_name": "<string>"
}
],
"payload": {},
"status": 123
}