{"name":"ColorWind API","version":"1.1.4","description":"Generate beautiful, accessible Tailwind color palettes via API","endpoints":{"Generate palette with custom name":{"method":"GET","url":"/api/{name}/{hexColor}","description":"Generate a Tailwind palette with a custom name","examples":[{"url":"/api/primary/3b82f6","description":"Create a \"primary\" palette from blue color"},{"url":"/api/success/10b981","description":"Create a \"success\" palette from green color"},{"url":"/api/my-brand/ff6b6b","description":"Create a \"my-brand\" palette from coral color"}]},"Get existing palette":{"method":"GET","url":"/api/palette/{encodedData}","description":"Retrieve a palette from encoded share data","examples":[{"url":"/api/palette/eyJjb2xvciI6IiNmZjAwMDAiLCJuYW1lIjoiZGVtbyJ9","description":"Get a palette from encoded data"}]}},"colorFormats":{"supported":["6-digit hex (ff0000)","3-digit hex (f00)"],"note":"All colors are returned as 6-digit hex values with # prefix"}}