{
    "name": "threejs-3d-assets API",
    "docs": "https://threejs-3d-assets.com/llms.txt",
    "auth": "Authorization: Bearer <key>; create keys at https://threejs-3d-assets.com/account",
    "endpoints": {
        "GET /api/assets": "browse published assets; filters: q, class (prop|building|vehicle|character|ultra), free (0|1), kit, sort (latest|tris), page, per_page (max 100)",
        "GET /api/assets/{id}": "one asset with full metadata and download URLs",
        "GET /api/kits": "kits and their published part counts",
        "GET /api/kits/{id}": "one kit with its parts",
        "GET /api/me": "the key's account: email, plan, owned items"
    },
    "downloads": "free assets: public CDN URLs, no auth. paid assets you own: /dl URLs with the same Bearer key."
}
