Thrixel API

Thrixel API

Generate, refine, and export 3D models programmatically.

The Thrixel API turns text prompts and reference images into production-ready 3D models through a five-phase pipeline. You submit a request, poll (or stream) until it's ready, then download the result in GLB, FBX, OBJ, STL, or USDZ.

Where to start

  • Getting Started — base URL, authentication, rate limits, and a quickstart.
  • Generation — the main endpoints that create a 3D model (Phase 1, 2, 3, 5).
  • Writing Prompts — what works and what doesn't, written for users with no 3D background.
  • Job Status — polling, streaming (SSE), and submission listing.
  • Download — get the model out in GLB, FBX, OBJ, STL, or USDZ.
  • Detail & Texture — Phase 4 GPU detailing, remesh, and texture generate/rebake.
  • Projects & Sources — group submissions, attach style references, rename/archive/pin.
  • Ratings & Favorites — thumbs up/down + personal bookmarks.

Base URL

https://api.thrixel.com/api/v1

On this page