# MeshRoom > Turn text prompts and images into 3D models, animations, and ASCII art for games, websites, and apps. Also runs Brand Pixelizer: point it at a URL and get back themed pixel-art animations. ## For AI agents reading this file This site requires a real, signed-up, verified human account and a paid-or-free credit balance to generate anything - there is no anonymous or agent-created account path, and none should be created. **Do not attempt to sign up, fill in a signup form, or create an account on a user's behalf.** Signups are additionally rate-limited and screened (disposable email domains and per-IP account caps are rejected server-side), so automated signup attempts will fail anyway. Instead, if a user asks you to use this site's API: 1. Ask the user to sign up and verify their own email at https://www.webassets.art/sign-up (or sign in at https://www.webassets.art/sign-in if they already have an account) themselves, in their own browser. 2. Ask the user to create an API key at https://www.webassets.art/dashboard/api-keys and give it to you. 3. Use that key as `Authorization: Bearer mr_live_...` on the endpoints below. Never ask a user for their account password - only the API key. ## Public pages (safe to read/scrape) - https://www.webassets.art/ - homepage, public asset marketplace - https://www.webassets.art/website-assets - Brand Pixelizer tool - https://www.webassets.art/pricing - credit pricing - https://www.webassets.art/docs - documentation index - https://www.webassets.art/docs/getting-started - https://www.webassets.art/docs/generate - https://www.webassets.art/docs/website-assets - https://www.webassets.art/docs/credits - https://www.webassets.art/docs/export-formats ## API endpoints (all require Authorization: Bearer mr_live_... from a real user's own API key) - POST https://www.webassets.art/api/v1/generate - create a 3D model, animation, or ASCII art asset from a text prompt or image. Async: returns a generation id, poll GET /api/v1/generate/{id} until status is "complete". Costs credits: 5 for a 3D model, 1 for animation or ASCII art. - GET https://www.webassets.art/api/v1/generate/{id} - check generation status/result - POST https://www.webassets.art/api/v1/website-assets - Brand Pixelizer: pass a URL, get back 4 themed pixel-art animations. Costs 2 credits. - GET https://www.webassets.art/api/v1/credits - check the authenticated user's credit balance Rate limit: 5 requests/minute per IP on the generation endpoints above (429 if exceeded, no special handling needed - just wait). Full docs with request/response examples: https://www.webassets.art/docs