

Easy to setup & available on all our plans.
Overview
The Slite API lets developers list and search docs and subdocs, create new docs, replace content, update existing docs, and work with collections. It follows OpenAPI v3.0 with the base endpoint https://api.slite.com/v1/{path}
.
How it works
Generate a personal API key in Slite → Settings → API, then authenticate with the x-slite-api-key
header. Choose an action (e.g., Create Doc, Update Doc, Replace Doc) and follow the OpenAPI reference at https://slite.readme.io/ to configure parameters and send requests. See the full documentation here.