Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/publish/:slug — Get full details about a site
GET /api/v1/publish/:slug
bright-canvas-a7k2
Authorization
Bearer sh_live_...
curl -X GET https://simplehost.dev/api/v1/publish/bright-canvas-a7k2 \ -H "Authorization: Bearer sh_live_your_key_here"
{ "slug": "bright-canvas-a7k2", "siteUrl": "https://bright-canvas-a7k2.simplehost.dev/", "status": "active", "versionId": "01jm4abc123def456", "title": "My Project", "description": "A cool project", "ogImagePath": "og.png", "hasPassword": false, "createdAt": "2026-03-19T20:37:48.537Z", "updatedAt": "2026-03-19T20:50:57.655Z", "expiresAt": null, "files": [ { "path": "index.html", "size": 1024, "contentType": "text/html", "hash": "a1b2c3d4e5f6..." }, { "path": "style.css", "size": 512, "contentType": "text/css", "hash": "f6e5d4c3b2a1..." } ] }
UNAUTHORIZED
NOT_FOUND