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.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Response
Successfully retrieved AI Agent branding
The display name for the AI Agent. Defaults to Omni Agent if branding hasn't been configured.
"Omni AI"
Absolute URL to the custom logo image for the AI Agent. Returns null if no custom logo is configured.
"https://example.com/custom-logo.png"
Headline text displayed on AI Agent landing surfaces
"Welcome to Omni AI"
Body copy displayed on AI Agent landing surfaces
"Ask questions about your data in natural language"
Placeholder text for the AI prompt input field
"Ask a question about your data..."