Skip to content

xrpractice/text-to-3D-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Generate API Key

Go to https://www.meshy.ai/discover and create an account. Once logged in, generate an API key by visiting https://www.meshy.ai/api and clicking the Create API Key button.

Add API Key to the Project

In the project root folder, create a file named .env if it doesn't already exist.

Add the following line to the .env file, replacing with the actual key you generated:

MESHY_API_KEY = "Bearer <API key>"

Note: The Bearer prefix in the API key is mandatory and must be included for programmatic interactions with the Meshy API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published