chars

text or image → 3D model (GLB) · RTX 5090 API docs · open API, no key needed
Your 3D model will appear here
⬇ Download GLB

Recent generations

API (no authentication)

# Text -> GLB
curl -X POST https://chars.kriskraw.com/api/generate -F "prompt=a red dragon"

# Image -> GLB
curl -X POST https://chars.kriskraw.com/api/generate -F "image=@photo.jpg"

# Poll (status: queued | running | done | error)
curl https://chars.kriskraw.com/api/jobs/JOB_ID

# Download when done
curl -o model.glb https://chars.kriskraw.com/api/models/JOB_ID.glb
Full interactive documentation: chars.kriskraw.com/api/docs