PicoBerry API Reference
A resource-oriented REST API for programmatic 3D and image generation — text-to-image, text/image-to-3D, plus remesh, texture, and auto-rig on any asset you create.
The API accepts JSON (and multipart/form-data for file uploads), returns JSON, uses standard HTTP status codes, and wraps every response in a { success, data } envelope. Generation is asynchronous: a create call returns an asset id; you poll or receive a webhook when it finishes.
Start here
Key to a downloaded 3D model in four copy-paste steps.
Getting startedMint a key and send your first authenticated request.
Getting startedHow create → poll → result works for every job.
GenerateDescribe an asset in words and get a game-ready mesh.
GenerateTurn any image into a textured 3D model.
DeliveryGet pushed a signed callback instead of polling.
Getting startedCosts, rate limits, and refunds on failure.
One API, every engine
Pick a generation engine per request — tripo, meshy, hunyuan-3.1, trellis-2 for 3D; nano-banana, gpt-image for images. The catalog and exact per-model cost are authoritative via GET /v1/models.