v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBAI
Get AI Agent branding
Return the organization's AI Agent's branding configuration, including display name, custom logo URL, and copy for AI Agent landing surfaces. Falls back to Omni's default values when custom branding hasn't been configured.
get/v1/ai/branding
Response
Successfully retrieved AI Agent branding
Example response
{
"name": "Omni AI",
"logoUrl": "https://example.com/custom-logo.png",
"headline": "Welcome to Omni AI",
"body": "Ask questions about your data in natural language",
"promptPlaceholder": "Ask a question about your data..."
}