OSUS.AI Developer API

Build amazing home improvement experiences with our comprehensive REST API. Access products, 3D design tools, services, and more.

API Status

Uptime 99.9%
Response Time ~150ms
Rate Limit 1000/hour

Powerful API Features

Everything you need to build next-generation home improvement applications

3D Design API

Create and manipulate 3D room designs with AR/VR support

E-commerce

Complete product catalog, cart, and order management

Smart Search

AI-powered search with faceted filtering and recommendations

Services

Installation, delivery, and support service booking

API Endpoints

Authentication API

Secure user authentication, OAuth integration, and session management.

POST /api/v1/auth/login
POST /api/v1/auth/register
POST /api/v1/auth/refresh
View Documentation
Products API

Complete product catalog with variants, pricing, and inventory.

GET /api/v1/products
GET /api/v1/products/{id}
GET /api/v1/categories
View Documentation
Orders API

Order management, cart operations, and checkout processing.

POST /api/v1/orders
GET /api/v1/orders/{id}
GET /api/v1/cart
View Documentation
Users API

User profiles, preferences, addresses, and loyalty programs.

GET /api/v1/users/profile
PUT /api/v1/users/profile
GET /api/v1/users/addresses
View Documentation
Design API

3D room design, AR/VR integration, and collaborative editing.

POST /api/v1/design/projects
GET /api/v1/design/projects/{id}
POST /api/v1/design/render
View Documentation
Search API

Advanced search, filtering, recommendations, and autocomplete.

GET /api/v1/search
GET /api/v1/search/suggestions
GET /api/v1/recommendations
View Documentation

Quick Start

Get up and running with the OSUS.AI API in minutes

1. Get API Key

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"
  }'

2. Make Your First Call

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"

Rate Limits

Plan Requests/Hour Requests/Day
Free 1,000 10,000
Pro 10,000 100,000
Enterprise Unlimited Unlimited

Service Status

Products API Operational
Orders API Operational
Design API Operational
Search API Degraded

Need Help?

We're here to support your development journey

Documentation

Comprehensive guides and API references

Read Docs
Code Examples

Sample code and SDK libraries

View GitHub
Support

Get help from our developer team

Contact Support