🌸
Venus Fragrance
Perfume recommendations and a conversational fragrance concierge.
Base URL & auth
All endpoints are relative to this base. Authenticate with the
x-api-key header (needs an active subscription).
https://dashoviaapi-d7619530.fastapicloud.dev/api/dashovia/fragrance
Get an API key →
Cost: 1 unit(s) / call
Endpoints
GET
/api/dashovia/fragrance/recommendationsGet perfume recommendations by filters.
curl 'https://your-domain.com/api/dashovia/fragrance/recommendations' \
-H 'x-api-key: dsv_xxx'
Sample response
{...}
POST
/api/dashovia/fragrance/chatChat with the fragrance concierge.
curl -X POST 'https://your-domain.com/api/dashovia/fragrance/chat' \
-H 'x-api-key: dsv_xxx' \
-H 'content-type: application/json' -d '{"message":"woody scents"}'
Sample response
{...}