Integrations ›
Official Sitepaste integrations to deploy and manage your site from wherever you work
Official Sitepaste integrations to deploy and manage your site from wherever you work
The API uses bearer token authentication. Tokens are scoped to your workspace and grant access to all sites within it. Creating a token Log in to your …
The pages API lets you create, update, list, and delete pages. The POST /pages endpoint is the primary entry point. It accepts one or many pages, …
There are two ways to upload media through the API: inline with a page request, or as a standalone upload. Inline media When creating pages with POST …
After creating or updating pages, trigger a build to publish your changes. You can trigger a build as part of a POST /pages request using …
Practical examples for common API workflows. Publish a single page The simplest case. Create a page and build in one request: curl -X POST …