API Endpoints

This function allows users to obtain specific information from an artificial intelligence agent through an API. AI agents can be chatbots, virtual assistants, language models, or any other AI entity that provides responses or performs specific tasks.

Example

{
  "status": "published",
  "name": "Agent 1",
  "documentId": \[],
  "description": "Description of the agent",
  "prompt": "You are a helpful assistant",
  "topk": 3,
  "temperature": 0.7,
  "model": "gpt-3.5-turbo",
  "welcome": "Hello, how can I help you?",
  "maxTokens": 1024,
  "id": "0000-0000-0000-0000",
  "user_created": "0000-0000-0000-0000",
  "date_created": "2023-01-01T12:00:00.000Z"
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!