POST
/
api
/
agent
/
branding
Retrieve branding information for your institution (Digital Twin)
curl --request POST \
  --url https://pria.praxislxp.com/api/agent/branding \
  --header 'Content-Type: application/json' \
  --data '{
  "publicId": "5f03e5e6-9dde-4ddc-b686-7a77ac617e52"
}'
{
  "picture": "https://pria.praxislxp.com/logo192_v3.webp",
  "picture_animated": "",
  "picture_bg": "https://pria.praxislxp.com/pria_bg2.webp",
  "about": "I am an AI-powered virtual mentor programmed to help experts, students, faculty, and researchers with their digital corporate, education, research, and career goals...",
  "ainame": "Pria",
  "status": "active"
}

Body

application/json

Response

200 - application/json

Successfully retrieved agent branding information

The response is of type object.