--- category: api-reference --- # CKEditor 5 Cloud Services Core [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor-cloud-services-core.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor-cloud-services-core) CKEditor Cloud Services Core API: * {@link module:cloud-services-core/uploadgateway/uploadgateway~UploadGateway Upload Gateway} — API for file uploads to CKEditor Cloud Services. ## Installation ```bash npm install --save @ckeditor/ckeditor-cloud-services-core ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor-cloud-services-core. ## External links * [`@ckeditor/ckeditor-cloud-services-core` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor-cloud-services-core) * [`ckeditor/ckeditor-cloud-services-core` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor-cloud-services-core) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)