Resolve a public twin widget by its web-access slug
curl --request GET \
--url https://pria.praxislxp.com/api/agent/twins/{slug}{
"publicId": "1eb68828-892d-4248-a6c9-a6c3ad2f4f8a",
"name": "AI for Good",
"ainame": "Nova",
"about": "Hi, I'm Nova...",
"picture": "https://pria.praxislxp.com/uploads/.../img1.png",
"picture_bg": "https://pria.praxislxp.com/pria_bg2.webp",
"picture_dark_bg": "https://pria.praxislxp.com/pria-bg-silver.png",
"picture_animated": "",
"css": null,
"theme": null
}Branding
Resolve a public twin widget by its web-access slug
Resolves an institution configured for public web access at
/twins/{slug} and returns the publicId plus branding needed to
launch its digital twin. Powers the no-auth public widget page.
No authentication required. Returns 404 unless the institution has
a matching webAccessSlug and is active and not disabled. Any twin with a
slug is reachable; the public page always renders in guest mode regardless
of the institution’s guestUI setting. Rate limited per IP.
GET
/
api
/
agent
/
twins
/
{slug}
Resolve a public twin widget by its web-access slug
curl --request GET \
--url https://pria.praxislxp.com/api/agent/twins/{slug}{
"publicId": "1eb68828-892d-4248-a6c9-a6c3ad2f4f8a",
"name": "AI for Good",
"ainame": "Nova",
"about": "Hi, I'm Nova...",
"picture": "https://pria.praxislxp.com/uploads/.../img1.png",
"picture_bg": "https://pria.praxislxp.com/pria_bg2.webp",
"picture_dark_bg": "https://pria.praxislxp.com/pria-bg-silver.png",
"picture_animated": "",
"css": null,
"theme": null
}Was this page helpful?
⌘I