v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AI Agent

Submit a new query for the specific agent and retrieve the agent's response for the given feed query

Submit a new query for the specific agent and retrieve the agent's response for the given feed query.

post/v1/agent/feed

Request body

chat_idstring

ID of the chat

agent_idstring

ID of the agent

tenant_idstring

ID of the tenant

querystring required

User query

Response

Success

suggested_promptsstring[]

List of suggested prompt based on the query

Example response

{
  "conversation_details": {
    "agent_response": {
      "status": "failed"
    }
  }
}