Brand-verified fragrance data, directly from the house. One endpoint. Your entries appear with a VERIFIED badge throughout the app.
Fraghab maintains a shared catalog of house-verified fragrances. Users can browse this catalog and import entries directly into their personal collections. Your submissions appear with a VERIFIED ✓ badge throughout the app — a clear signal of authenticity.
Oud Wood
Tom Ford
One endpoint. Authenticate with a brand-locked API key. POST a JSON body with your fragrance data. That's it — your entry is live in the catalog immediately.
$ curl -X POST \
https://fraghab.com/api/v1/fragrances \
-H "Authorization: Bearer fh_xxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"name": "Oud Wood",
"brand": "Tom Ford",
"category": "EDP",
"notes": ["oud", "sandalwood", "vanilla"],
"season": ["Fall", "Winter"]
}'
→ 201 Created
{ "id": "frag_01jw...", "verified": true }
API access is issued manually. Submit your request below — we verify your brand affiliation and issue a brand-locked key scoped to your house.
Submit Request
Fill out the form below with your house and contact details.
Brand Verified
We confirm your affiliation — usually within 1–2 business days.
Key Issued
Receive a fh_ API key scoped exclusively to your brand.
After key issuance — submit via POST and your entries appear in the catalog immediately. Keys can be rotated or revoked on request.
Fill out the form and we'll review your submission. Approved houses receive a brand-locked fh_ API key within 1–2 business days.