Integrate Assistant Applications
TaskingAI’s API enables seamless integration with assistant applications, providing tools for managing interactions and messages within each application. An assistant application in TaskingAI represents a conversational AI model instance, configured for specific tasks or functions. Within each assistant application, you can create multiple chats to represent individual user sessions. Each chat consists of messages that contain content exchanged between the user and the assistant.
Before integrating with the API, you need to create an assistant application in the corresponding project on the TaskingAI platform.
To obtain the assistant_id
, navigate to the management page of the created application in your project. You can find the assistant_id
in the URL. For example, in the URL https://app.tasking.ai/projects/pX******/assistants/X5lMJvqeJlZ6tKPu********/playground
, the assistant_id
is X5lMJvqeJlZ6tKPu********
.
The API is for interacting with the assistant application, not for configuring it. Please update the assistant's configuration in the online playground.