Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
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"
}Gets branding details for an institution’s digital twin instance. Use this API to personalize your embedded application with the institution’s custom avatar, background images, AI name, and description.
No authentication required when providing a valid publicId.
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"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Request to retrieve institution branding for SDK/web embedding
The public identifier (UUID) for the digital twin instance
"5f03e5e6-9dde-4ddc-b686-7a77ac617e52"
Branding information retrieved successfully
Institution branding and configuration for UI customization
URL to the agent's profile picture (avatar)
"https://pria.praxislxp.com/logo192_v3.webp"
URL to the agent's animated avatar (GIF/WebP)
""
URL to the agent's background image (light mode)
"https://pria.praxislxp.com/pria_bg2.webp"
URL to the agent's background image (dark mode)
""
ElevenLabs Conversational AI Agent ID for voice-enabled digital twin
"agent_0201kedjfdgee87bjke8acq3pcbg"
AI agent's purpose and capabilities description
"I am an AI-powered virtual mentor programmed to help experts, students, faculty, and researchers with their digital corporate, education, research, and career goals..."
Display name of the AI agent
"Pria"
Current status of the digital twin
active, inactive "active"
Was this page helpful?