App shortcuts
Endpoint
GET /app/{slug}/{format}.svgThe slug must exist in the apps: section of your configuration file.
Example
yaml
apps:
example-app:
color: purple
animation: vortex
theme: dark
title: Example App
subtitle: Generative Assets
shape: atomThen request:
/app/example-app/favicon.svgFallback
If the app is unknown, the server returns a placeholder SVG and sets X-Logos-Fallback: true.