| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.siteleaf.com/ | link | — | — | — |
Actions (10)
Sites · 8
- Create sitePOST /sites
Create a new Siteleaf site.
documented - Delete siteDELETE /sites/{site_id}
Delete a Siteleaf site.
documented - Get siteGET /sites/{site_id}
Retrieve details of a specific site.
documented - List post categoriesGET /sites/{site_id}/categories
Return all unique categories from Documents in the site's posts collection.
documented - List post tagsGET /sites/{site_id}/tags
Return all unique tags from Documents in the site's posts collection.
documented - List sitesGET /sites
Return a list of the user's Siteleaf sites.
documented - Publish sitePOST /sites/{site_id}/publish
Publish a site in the background and return a job ID.
documented - Update sitePUT /sites/{site_id}
Update details for a site.
documented