Core Endpoints
Multi-Agent
Multi-agent endpoint that runs the multi-agent with the given message
POST
OpenMind provides a multi-agent endpoint that allows you to run multiple agents in parallel. This is useful for tasks that require collaboration between different agents or when you want to leverage the strengths of different agents for a single task.
Authorizations
Body
application/json
The message to be processed by the agent
Example:
"Analyze the market trends for renewable energy"
The model to use for the agent run
Available options:
gpt-4o
, gpt-4o-mini
, gemini-2.0-flash
Example:
"gemini-2.0-flash"
Optional JSON schema for structuring the agent's response
Was this page helpful?