GET /v1/ai-agent/persona/{projectid}/{chatbotId}| Parameter | Type | Required | Description |
|---|---|---|---|
projectid | string | Yes | Unique identifier of the project. |
chatbotId | string | Yes | Unique identifier of the chatbot. |
200 OK{
"message": "Persona retrieved successfully.",
"data": {
"persona": "You are a friendly AI assistant."
}
}| Field | Type | Description |
|---|---|---|
message | string | Response status message. |
data | object | Chatbot AI settings object. |
data.persona | string | Persona used to configure chatbot behavior. |
curl --location 'https://agents.robofy.ai/ai-agent/persona//'{
"message": "Persona retrieved successfully.",
"data": {
"persona": "You are a friendly AI assistant."
}
}