ShareOut
Overview
Publish, serve, and manage live web artifacts.
ShareOut REST API 1.0
Section titled “ShareOut REST API 1.0”The ShareOut REST API lets you publish HTML artifacts, manage versions and collaborators, store data and files, and schedule jobs — all over HTTPS.
Base URL: https://shareout.site
All write endpoints require a bearer token. Store yours in
~/.shareout/credentials as { "token": "so_..." }.
Heads up: ShareOut sits behind Cloudflare. Python
requestscan trip a1010block — build your JSON in Python and pipe it tocurlinstead.
Authentication
Section titled “ Authentication ”bearerAuth
Section titled “bearerAuth ”ShareOut API token (so_...) from ~/.shareout/credentials.
Security scheme type: http