{ "opencollection": "1.0.0", "info": { "name": "10Web API V1 Account Builder API" }, "items": [ { "info": { "name": "Builder", "type": "folder" }, "items": [ { "info": { "name": "Get pages for a website", "type": "http" }, "http": { "method": "GET", "url": "https://api.10web.io/v1/builder/websites/:website_id/pages", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a list of all pages for a specific website in the builder interface" }, { "info": { "name": "Add a blank page to a website", "type": "http" }, "http": { "method": "POST", "url": "https://api.10web.io/v1/builder/websites/:website_id/pages/blank/add", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new blank page for a website in the builder interface" }, { "info": { "name": "Delete pages from a website", "type": "http" }, "http": { "method": "POST", "url": "https://api.10web.io/v1/builder/websites/:website_id/pages/delete", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete one or more pages from a website in the builder interface" }, { "info": { "name": "Update page status for website pages", "type": "http" }, "http": { "method": "POST", "url": "https://api.10web.io/v1/builder/websites/:website_id/pages/publish", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the publication status of one or more pages from a website in the builder interface" }, { "info": { "name": "Set a page as the front page", "type": "http" }, "http": { "method": "POST", "url": "https://api.10web.io/v1/builder/websites/:website_id/pages/front/set", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set a specific page as the front page (homepage) for a website in the builder interface" }, { "info": { "name": "Build a secondary page from description", "type": "http" }, "http": { "method": "POST", "url": "https://api.10web.io/v1/builder/websites/:website_id/build_secondary_page", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new secondary page for a website using AI-powered content generation.\nThis endpoint orchestrates multiple AI service calls to generate page content based\non business information and page description.\n" } ] } ], "bundled": true }