Build amazing home improvement experiences with our comprehensive REST API. Access products, 3D design tools, services, and more.
Everything you need to build next-generation home improvement applications
Create and manipulate 3D room designs with AR/VR support
Complete product catalog, cart, and order management
AI-powered search with faceted filtering and recommendations
Installation, delivery, and support service booking
Secure user authentication, OAuth integration, and session management.
/api/v1/auth/login
/api/v1/auth/register
/api/v1/auth/refresh
Complete product catalog with variants, pricing, and inventory.
/api/v1/products
/api/v1/products/{id}
/api/v1/categories
Order management, cart operations, and checkout processing.
/api/v1/orders
/api/v1/orders/{id}
/api/v1/cart
User profiles, preferences, addresses, and loyalty programs.
/api/v1/users/profile
/api/v1/users/profile
/api/v1/users/addresses
3D room design, AR/VR integration, and collaborative editing.
/api/v1/design/projects
/api/v1/design/projects/{id}
/api/v1/design/render
Advanced search, filtering, recommendations, and autocomplete.
/api/v1/search
/api/v1/search/suggestions
/api/v1/recommendations
Get up and running with the OSUS.AI API in minutes
Register for a developer account and obtain your API credentials.
curl -X POST https://api.osus.ai/v1/auth/register \
-H "Content-Type: application/json" \
-d '{
"email": "dev@example.com",
"password": "secure-password"
}'
Use your API key to fetch products from our catalog.
curl -X GET https://api.osus.ai/v1/products \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
| Plan | Requests/Hour | Requests/Day |
|---|---|---|
| Free | 1,000 | 10,000 |
| Pro | 10,000 | 100,000 |
| Enterprise | Unlimited | Unlimited |
We're here to support your development journey