/search
)/generate
)
Everything is exposed through a RESTful JSON API.
multipart/form-data
is used only when uploading or updating a file (/content/file
).
Parameter | Default | Max | Notes |
---|---|---|---|
limit | 10 | 100 | items returned per page |
offset | 0 | — | items to skip (0-based) |
GET /categories?limit=20&offset=40
/categories
, /topics
), then upload some content (/content
) and try a quick question with /search
.
Happy building!