Skip to main content
POST
/
api
/
agent
/
branding
Retrieve branding information for a 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",
  "picture_dark_bg": "",
  "elevenlabs_agent_id": "agent_0201kedjfdgee87bjke8acq3pcbg",
  "about": "I am an AI-powered virtual mentor...",
  "ainame": "Pria",
  "status": "active"
}

Body

application/json

Request to retrieve institution branding for SDK/web embedding

publicId
string<uuid>

The public identifier (UUID) for the digital twin instance

Example:

"5f03e5e6-9dde-4ddc-b686-7a77ac617e52"

Response

Branding information retrieved successfully

Institution branding and configuration for UI customization

picture
string<uri>

URL to the agent's profile picture (avatar)

Example:

"https://pria.praxislxp.com/logo192_v3.webp"

picture_animated
string<uri>

URL to the agent's animated avatar (GIF/WebP)

Example:

""

picture_bg
string<uri>

URL to the agent's background image (light mode)

Example:

"https://pria.praxislxp.com/pria_bg2.webp"

picture_dark_bg
string<uri>

URL to the agent's background image (dark mode)

Example:

""

elevenlabs_agent_id
string

ElevenLabs Conversational AI Agent ID for voice-enabled digital twin

Example:

"agent_0201kedjfdgee87bjke8acq3pcbg"

about
string

AI agent's purpose and capabilities description

Example:

"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
string

Display name of the AI agent

Example:

"Pria"

status
enum<string>

Current status of the digital twin

Available options:
active,
inactive
Example:

"active"