Skip to content

PoyoAPI/meshy-6-3d-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meshy 6 3D API Examples for PoYo

Model page API docs License: MIT Main examples

Focused server-side examples for building text-to-3D, image-to-3D, and multi-image-to-3D workflows with Meshy 6 on PoYo.

Meshy 6 is useful for game prototypes, product concepts, e-commerce previews, 3D printing tests, and asset workflows that need draft 3D models quickly.

Try on PoYo | Get API Key | Docs | Pricing | Main Examples

What This Repo Covers

  • Text-to-3D with meshy-6-text-to-3d
  • Image-to-3D and multi-image-to-3D request patterns
  • Topology, texture, PBR, rigging, and animation controls
  • Async task flow with polling and webhooks
  • cURL and Node.js backend examples

Quick Start

cp .env.example .env
export POYO_API_KEY="your-api-key"

Run the Node.js example:

cd node
npm start

Keep POYO_API_KEY on the server. Do not expose it in browser code, mobile apps, screenshots, or public logs.

Production Pattern

  • Keep POYO_API_KEY on the server
  • Submit a generation task
  • Store data.task_id
  • Poll status while testing
  • Use callback_url webhooks in production

Models

This repo uses meshy-6-text-to-3d, meshy-6-image-to-3d, meshy-6-multi-image-to-3d.

Examples

Path What it covers
curl/generate.md Copy-paste API request.
node/ Native Node.js backend example.
docs/prompt-examples.md Practical prompts for product workflows and creative tests.
docs/production-notes.md Security and reliability notes before launch.
webhooks/express-webhook/ Minimal Express receiver for PoYo callbacks.

Run Checks

make check

On Windows:

./scripts/check.ps1

License

MIT

About

Server-side PoYo examples for Meshy 6 text-to-3D, image-to-3D, and multi-image workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages