Skip to main content

Intro

Let's discover Generio Flows API in less than 5 minutes.

Getting Started

Get started using our Quickstart Project.

Or try Generio immediately with generio.ai.

What you'll need

  • A generio API key that looks like this sk-asdas
  • You can generate one on the account settings page

Generate a new 3D model

The starter template will automatically be added to your project after you run the command:

npm init @generio/generio-starter

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies you need to work with the API.

Start your generation

Run the development server:

cd generio-starter
npm run start

The cd command changes the directory you're working with.

The npm run start command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.

Use starter code to generate your first 3D model from an image. Or copy your own image to the img/ folder and start generating.