REST API Documentation

Complete reference for the Korvix3D REST API endpoints and usage.

Base URL

https://api.korvix3d.com/v1

Authentication

All API requests require authentication using your API key:

Authorization: Bearer YOUR_API_KEY

Endpoints

Get Assets

GET /assets

Retrieve a list of available assets with optional filtering.

Get Asset Details

GET /assets/{id}

Get detailed information about a specific asset.

Download Asset

POST /assets/{id}/download

Download an asset to your account.