Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://airgraphic.io/api/brand-preview
const options = {method: 'GET'};fetch('https://airgraphic.io/api/brand-preview', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "fonts": [ "<string>" ], "primaryFont": "<string>", "logo": "<string>", "palette": [ "<string>" ] }
{ "error": "<string>", "code": "<string>"}
Extracts public logo, palette, and font hints from a brand website.
Brand preview.