Relationship to API v2
Brand icons are not part of Promptwatch API v2 and do not appear in the v2 OpenAPI specification. That is intentional:- They are served from the public website (
promptwatch.com), not fromserver.promptwatch.com//api/v2. - No API key is required. They are meant for use in
<img>tags, emails, and other read-only contexts where embedding an image URL is appropriate. - They are not versioned with your integration contract for v2; the path and query contract described below is stable for practical use.
domain for each brand when the hostname is known. You can pass that hostname to the endpoint below to display a favicon.
Endpoint
Full URL shape
Query parameters
sz values
Use one of the discrete sizes below (other values may be ignored or normalized by the server):
Examples
Minimal (default size 256):Usage notes
- Prefer the same hostname you store or receive from product data (e.g. brand
domainfrom the API), normalized to host only. - This endpoint is read-only and public; do not send
X-API-Keyor other Promptwatch auth headers—they are not required and are unrelated to v2 quotas. - For Brand CRUD, relations, and analytics, use API v2 under the Brands and Analytics tags in the reference—not this URL.