⚙️
Developer
Fenicher API
Integrate Fenicher into your own system via REST API
Beta
Setup:1–2 hours
Difficulty:Advanced
Code:Snippet provided
What's included
Your products. Fenicher API-ready.
Manage workspace members and roles
Webhook support for view events
Visual preview
Here's how it looks inside Fenicher API.
Setup
Live in 1–2 hours.
4 steps · Advanced
1
Get your API key
Dashboard → Settings → API Keys → Generate New Key.
2
Upload an asset
POST to /api/v1/assets with your file and metadata.
curl -X POST https://fenicher.com/api/v1/assets \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@chair.glb" \
-F "name=Oslo Chair" \
-F "category=Seating"
# Response:
{
"token": "abc123",
"viewerUrl": "https://fenicher.com/view/abc123",
"status": "processing"
}3
Get analytics
Fetch view events for any asset.
curl https://fenicher.com/api/v1/assets/abc123/analytics \
-H "Authorization: Bearer YOUR_API_KEY"
# Response:
{
"totalViews": 142,
"uniqueVisitors": 89,
"countries": ["ID", "SG", "AU", "US"],
"lastViewed": "2026-05-06T08:23:00Z"
}4
Embed viewer in your system
Use the viewerUrl in any iframe or redirect users to it from your quoting system, ERP, or custom portal.
Best for
Who uses Fenicher API with Fenicher?
01
Custom ERP integrations
02
In-house quoting systems
03
Furniture platform developers
04
Agency white-label implementations
Connect Fenicher to Fenicher API.
Start your 30-day free trial — no credit card required. Setup in 1–2 hours.



