Getting Started Guide

This guide walks you through using the Glossi API to upload 3D models, create projects, and render high-quality images and videos programmatically.

Prerequisites

Before you begin, you'll need:

  1. A Glossi account with an active workspace

  2. An API key (created in Workspace Settings → API Keys)

  3. A tool for making HTTP requests (Postman, n8n)

Step 1: Get Your API Key

  1. Go to Settings (profile icon in top right) → WorkspaceAPI Keys

  2. Click Create API Key

  3. Give it a name (e.g., "n8n Integration")

  4. Copy your API key immediately - you won't be able to see it again!

Your API key looks like this:

glsi_xxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Important: Keep your API key secret. Don't commit it to version control or share it publicly.

Last updated

Was this helpful?