Brand lookup
GET /v1/brand?domain=…
Resolve a catalog service from a domain name.
| Aspect | Detail |
|---|---|
| Header | X-API-Key |
| Query | domain - 3–253 characters |
Response: BrandResponse - includes id, slug, name, brandColor, darkModeColor, variants (available SVG variant names), _css, and _notice.
Caching: Cache-Control: public, max-age=300
Background enrichment: When a match exists but SVG data is still being enriched, ingestion may continue in the background. The response is immediate; later requests may include additional variants or fields.
Error: 404 with domain_not_found when no brand matches the domain.
curl "https://api.scrift.app/v1/brand?domain=stripe.com" \
-H "X-API-Key: YOUR_API_KEY"
Full schema: API reference.