{ "opencollection": "1.0.0", "info": { "name": "GitBook Change Request Content Imports API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Imports", "type": "folder" }, "items": [ { "info": { "name": "GitBook Import content to a space", "type": "http" }, "http": { "method": "POST", "url": "https://api.gitbook.com/v1/spaces/:spaceId/import/content", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "The unique identifier of the space." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Imports content from an external source into a space. Supports various formats." } ] } ], "bundled": true }