Generate 3D models from images or text. All generations use API credits.
Available for Default, High, and Ultra quality.
Your 3D model will appear here
Upload an image and click Run to generate
Your generation used 4 credits.
Code Snippet
API Reference
Use the PrintPal API to generate 3D models programmatically. Install our official Python or JavaScript library to get started quickly.
🐍 Python
pip install printpal
🟨 JavaScript
npm install printpal
Endpoint
POST https://printpal.io/api/generate
Parameters
| Parameter |
Required |
Description |
image | Yes* | Image file (PNG, JPG, WebP) |
prompt | Yes* | Text prompt (for text-to-3D) |
quality | No | default, high, ultra, super, super_texture, superplus, superplus_texture |
format | No | stl, glb, obj, ply, fbx |
View Full Documentation →