Search your brand now
{ "colors": [ "#555bad", "#666666" ], "fonts": [ "Times New Roman", "MS Comic Sans" ], "logo": { "uri": "https://branding.flowlet.app/api/v1/logo/flowlet.app" } }
Font: Times New RomanLorem ispum
Font: MS Comic SansLorem ispum
Use our brand API
const domain = 'example.com';
const token = 'YOUR_API_TOKEN';
fetch(`https://branding.flowlet.app/api/v1/domain/${domain}`, {
headers: {
'Authorization': `Bearer ${token}`
}
})
.then(response => {
if (response.ok) {
return response.json();
} else {
throw new Error('Request failed.');
}
})
.then(data => {
// Process the returned JSON data
console.log(data);
})
.catch(error => {
console.error('Error:', error);
});
{
logo: {
uri: 'https://example.com/K8lb6OtN_400x400.jpg',
width: 400,
height: 400
},
colors: ['#0972d3', '#232f3e', '#d5dbdb', '#539fe5'],
domain: 'example.com',
fonts: ['Helvetica', 'Arial']
}
Access Brandy now!
Get your API token
- 1,000 API calls
- All brand attributes
- Valid for 356 days1
$5.00
1 May be extended by purchasing additional credits