Documentation

Documentation & API Reference

Everything you need to generate, integrate and ship 3D assets β€” from your first prompt to a production-grade API integration.

Getting Started

Create an account, claim free credits, generate your first asset.

  1. Create a free account on /signup. New creators get starter credits automatically.
  2. Open the Generate page, pick Text β†’ 3D or Image β†’ 3D, and describe what you want.
  3. When the job finishes, download .GLB, .FBX and the PBR texture pack from your dashboard.
  4. Need more credits? Top up on the credits page β€” pay via PayPal.

Image β†’ 3D

Turn a single reference photo into a 3D model.

  • Use a clean, centered subject on a neutral background.
  • Square aspect ratio works best (1:1, 1024Γ—1024).
  • Avoid heavy shadows or motion blur β€” the AI bakes lighting into the texture.
  • Front-facing views give the most predictable topology.

Export Formats

GLB, FBX, OBJ + PBR texture pack on every generation.

GLB
Web, Three.js, AR, Babylon, Unity, Unreal.
FBX
Maya, Blender, 3ds Max, Unity, Unreal.
OBJ
Universal, no rig β€” great for sculpting.
PBR Pack
Albedo, Normal, Roughness, Metallic, AO @ 2K.

Second Life Integration

Generate from inside Second Life with one touch β€” uses your API key.

Every model is optimized for the SL upload pipeline: low Land Impact, collapsed LODs, square 1024 textures and clean UVs.

In-world generator HUD

Wear the official KingDavez HUD in-world to generate models directly inside Second Life using your credits.

  1. Get the HUD from the Second Life Marketplace and attach it in-world.
  2. Touch the HUD, choose Set Key, then paste your API key from your profile. It will show CONNECTED.
  3. Touch the HUD, choose Generate, and enter your prompt.
  4. Your generated model and texture assets will appear in your dashboard instantly.

REST API

Programmatic access to generation, billing and SL uploads.

All endpoints live under https://kingdavez.click/api/public/v1/. Authenticate with a Bearer API key from your dashboard.

curl https://kingdavez.click/api/public/v1/me \ -H "Authorization: Bearer kd_live_xxxxxxxx"
GET/v1/me
Your account, credits, plan.
POST/v1/generations
Create a 3D generation.
POST/v1/sl/upload
Push a model to your SL inventory.

API Keys

Create, rotate and revoke keys from the dashboard.

  • Keys are prefixed with kd_live_.
  • Treat them as secrets β€” never commit to git or expose in client code.
  • Each call consumes credits from the key owner's balance.
  • Rate-limited per key; bursts return HTTP 429 with a Retry-After header.

Credits & Billing

Pay-as-you-go credits, no subscription required.

Each generation consumes credits based on complexity and resolution. Top up any time on the credits page via PayPal. Receipts are sent to your account email.

See the credit history page for a full transaction log.

Teams

Share a credit pool with collaborators.

Invite members to a team to share credits, assets and API keys. Manage roles on the teams page.

Security & Privacy

Your prompts and assets stay yours.

  • All traffic uses TLS 1.3.
  • API keys are hashed at rest; raw values are only shown once on creation.
  • Generated assets are private to your account by default.
  • Full terms on the Terms of Service page.

Still need help?

Reach out and we'll get back to you fast.