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.
Information
- OpenAPI version:
3.1.0
Operations
Section titled “ Operations ”POST
/v1/publish GET
/v1/artifacts DELETE
/v1/artifacts/{id} PATCH
/v1/artifacts/{id} GET
/v1/search POST
/v1/ask POST
/v1/access-requests POST
/v1/support/tickets DELETE
/v1/artifacts/{id}/favorite GET
/v1/jobs POST
/v1/jobs GET
/v1/jobs/{id} DELETE
/v1/jobs/{id} PATCH
/v1/jobs/{id} POST
/v1/jobs/{id}/run GET
/v1/folders POST
/v1/folders DELETE
/v1/folders/{id} PATCH
/v1/folders/{id} GET
/v1/metric-watch POST
/v1/metric-watch DELETE
/v1/metric-watch/{id} POST
/v1/metric-alerts DELETE
/v1/metric-alerts/{id} PATCH
/v1/metric-alerts/{id} GET
/v1/templates POST
/v1/templates DELETE
/v1/templates/{id} PATCH
/v1/templates/{id} GET
/v1/account/tier POST
/v1/account/upgrade DELETE
/v1/billing/subscription POST
/v1/billing/card GET
/v1/workspaces POST
/v1/workspaces POST
Outbound artifact webhook WEBHOOK Authentication
Section titled “ Authentication ”bearerAuth
Section titled “bearerAuth ”ShareOut API token (so_...) from ~/.shareout/credentials.
Security scheme type: http