| name | appnz-3d-api |
| description | Use this skill for app.nz 3D generation via /v1/3d/generations, image-to-3D, mesh rigging, retexturing, Pixal3D, Meshy, Tripo, and Trellis models. |
app.nz 3D API
Use POST /v1/3d/generations on app.nz. Authenticate with an app.nz bearer key unless the endpoint is explicitly public.
Workflow
- Choose
app/auto or a modality-specific auto model when possible.
- For exact provider routing, call
GET /api/gateway/resolve?model=MODEL.
- For provider-owned billing, store BYOK first with
/api/gateway/provider-keys.
- Run the request and inspect
X-Gateway-Provider and X-Gateway-Model for routed upstream details.
- Check
/api/usage when the user asks about spend.
Example
curl -sX POST https://app.nz/v1/3d/generations \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{"model":"meshy-v6-image-to-3d","prompt":"Low-poly sci-fi crate, game-ready"}'
Relevant Models
| Model | Modality | Aliases | Caps |
|---|
| meshy-rigging | 3d | rigging, auto-rig, mesh-rigging, 3d-to-3d-rigging | - |
| meshy-v6-image-to-3d | 3d | meshy-v6, meshy-image-to-3d, meshy, fal-meshy-v6-image-to-3d | vision |
| pixal3d-image-to-3d | 3d | pixal3d, image-to-3d, fal-pixal3d | vision |
| trellis-2-retexture | 3d | retexture, trellis-retexture, trellis-2, fal-trellis-2-retexture | vision |
| tripo-p1-image-to-3d | 3d | tripo, tripo-p1, tripo-image-to-3d, fal-tripo-p1-image-to-3d | vision |