ASSISTANTS
AI assistants are virtual agents designed to automate interactions and streamline tasks. They are created and configured via API endpoints, which allow users to set up, update, and manage assistants with specific models and instructions. These assistants handle user queries through chat functionalities and manage files as needed, providing personalized and efficient responses. Their management, including creation, updating, listing, and deletion, is handled through dedicated API endpoints, ensuring easy maintenance and dynamic configuration.
CREATE ASSISTANTS
METHOD: POST ROUTE: /assistants DESCRIPTION: CREATE ASSISTANTS. BODY: { "referenceId": "st...
DELETE ASSISTANT
METHOD: DELETE ROUTE: /assistants/{id} DESCRIPTION: DELETE AN ASSISTANT. PARAMETERS: PATH...
UPTADE ASSISTANT
METHOD: PUT ROUTE: /assistants/{id} *DESCRIPTION: UPTADE ASSISTANT. PATH: id (string, requ...
LIST AGENTS
METHOD: GET ROUTE: /assistants/ DESCRIPTION: LIST ALL ASSISTENTS. QUERY: -sort(optional ) -...