GET
/
api
/
v1
/
agents
Get Agents List
curl --request GET \
  --url https://api.intelligence.io.solutions/api/v1/agents
"{\n    \"agents\": {\n        \"summary_agent\": {\n          \"name\": \"Summary Agent\",\n          \"description\": \"An expert in distilling large volumes of text into concise, meaningful summaries. Whether condensing reports, extracting key points from articles, or generating executive briefs, this agent ensures that critical information is delivered efficiently.\",\n          \"persona\": null,\n          \"metadata\": {\n            \"image_url\": null,\n            \"tags\": [\n              \"text\"\n            ]\n          }\n        },\n        \"sentiment_analysis_agent\": {\n          \"name\": \"Sentiment Analysis Agent\",\n          \"description\": \"A neutral and analytical evaluator of emotions embedded in text, this agent determines sentiment with precision—be it positive, negative, or neutral. Ideal for brand monitoring, customer feedback analysis, and social media insights, it provides an unbiased pulse on public opinion.\",\n          \"persona\": null,\n          \"metadata\": {\n            \"image_url\": null,\n            \"tags\": [\n              \"text\"\n            ]\n          }\n        },\n        ...\n    }\n}"

Response

200

The response is of type any.