The Color API sample code fetch('http://www.thecolorapi.com/id?cmyk=' /* + your input here */) Colormind API sample code fetch('http://colormind.io/api/', { method: 'POST', mode: 'cors', body: JSON.stringify({ /* your input here */ }), })