Getting Started
Generate, refine, and export 3D models programmatically through the Thrixel API.
Working through a coding agent?
If Claude Code, Codex, or Cursor is the one making the calls, install the MCP server instead of writing a poll loop by hand. It wraps these same endpoints and handles the waiting.
What is Thrixel?
Thrixel turns text prompts and reference images into production-ready 3D models through a simple REST API. You submit a request, poll (or stream) until it's ready, then download the result in GLB, FBX, OBJ, STL, or USDZ.
Base URL
Authentication
Authenticated endpoints require an API key passed as a Bearer token, in the
format sk-thrixel-....
To create one, sign in at thrixel.com/create, then open Profile > API Keys > Create new Key. Copy the key right away, it is only shown once.
Public endpoints (info, stream, downloads, convert, gallery) do not require authentication.
Rate Limits
Each API key is subject to three limits (defaults shown — your plan may differ):
- Concurrent jobs — 3 active (queued or processing) submissions at a time
- Hourly — 10 requests per rolling hour
- Daily — 50 requests per rolling 24 hours
Quickstart
Submit a text prompt, wait for the job to complete, and download the GLB: