drawstyle docs
中文 ← Gallery

drawstyle platform

API for AI

drawstyle is AI-agent friendly: a public read API + an llms.txt, so tools and search engines can understand and consume it.

Public read API (no login)

http
# list / search (category, tag, q, sort)
$ curl https://drawstyle.leeguoo.com/api/styles

# one style's detail
$ curl https://drawstyle.leeguoo.com/api/styles/xiaohei

# the pull package: snippet + version + reference image URLs
$ curl https://drawstyle.leeguoo.com/api/styles/xiaohei/package
GEO
https://drawstyle.leeguoo.com/llms.txt describes, in plain language, what the platform is, its endpoints, and how to pull from the CLI — generative-engine optimization.

How the CLI connects

style search hits /api/styles; pull and --style-online hit /package for the snippet and reference images. All read-only, no auth.



by 郭立 · Guo Li · leeguoo · Blog · GitHub