POST
/
api
/
v1
/
workflows
/
run
Workflows Run
curl --request POST \
  --url https://api.intelligence.io.solutions/api/v1/workflows/run \
  --header 'Content-Type: application/json' \
  --data '{
  "objective": "<string>",
  "agent_names": [
    "<string>"
  ],
  "args": {
    "type": "<string>",
    "name": "<string>",
    "instructions": {},
    "classify_by": [
      "<string>"
    ],
    "objective": "<string>",
    "threshold": 123,
    "target_language": "<string>",
    "max_words": 123,
    "context": {}
  }
}'
{
  "result": {
    "summary": "AI transforms businesses with automation, data-driven insights, and enhanced decision-making. It improves efficiency and customer experience.",
    "key_points": [
      "AI in customer service",
      "AI-powered analytics",
      "Challenges with ethical concerns and data privacy"
    ]
  }
}

Body

application/json
objective
string
required

The input text that will be analyzed, classified, summarized, translated, or processed by AI agents.

agent_names
string[]
required

A list of AI agents that will process the input text. Available agents include reasoning, sentiment analysis, classification, summarization, translation, and more.

args
object
required

Parameters required for a specific AI workflow. The structure varies depending on the selected workflow.

Response

200

result
object