Documentation

Everything you need to know about VI3W. From getting started to advanced features, find comprehensive guides and tutorials here.

API Documentation

Quick Start

Tutorials

Examples

Contents

Getting Started

Quick Start Guide

Get up and running in 5 minutes

Installation

Set up VI3W on your system

First Model

Create your first 3D model

Account Setup

Configure your account and preferences

Quick Code Examples

Text-to-3D API

curl -X POST https://api.vi3w.com/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A majestic dragon with golden scales",
    "quality": "high"
  }'

Image-to-3D API

curl -X POST https://api.vi3w.com/convert \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@character.png" \
  -F "options={\"quality\": \"high\"}"

Additional Resources

Video Tutorials

Watch step-by-step video guides

SDK & Libraries

Download our official SDKs

Community

Join our Discord community

Need Help?

Can't find what you're looking for? Our support team is here to help you get the most out of VI3W.