Welcome, developer!
Subscription Canceled
Your plan will remain active until the end of the current billing period.
Your API Key
Use this key in the x-api-key
header of your requests.
How to Use the API
curl --request GET \
--url 'https://api.fragella.com/api/v1/fragrances?search=Sauvage' \
--header 'x-api-key: YOUR_API_KEY'
curl --request GET \
--url 'https://api.fragella.com/api/v1/fragrances/match?accords=floral:100,fruity:90,citrus:80&top=Pear,Bitter%20Orange,Bergamot&middle=Freesia&base=Iso%20E%20Super&limit=3' \
--header 'x-api-key: YOUR_API_KEY'
curl --request GET \
--url 'https://api.fragella.com/api/v1/fragrances/similar?name=Sauvage&limit=3' \
--header 'x-api-key: YOUR_API_KEY'