> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/communication/channels/communication-channels-media/introduction.md ## Article Content: # About the Communication Channels Media APIs The Communication Channels Media API manages media files in the [Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) for use in communication channels. This API enables you to handle media files that you can use in messages sent through the [Inbox APIs](https://dev.wix.com/docs/api-reference/crm/communication/inbox/introduction.md). For example, you can include images or documents in chat messages, emails, or other communications. With the Communication Channels Media API, you can: - Generate upload URLs to store files in the Media Manager. - Generate download URLs for accessing media manager files. - Import files from external URLs directly into the Media Manager. - Monitor storage quota and usage. ## Media Manager integration This API is an integration with the Media Manager service and designed to work with the Inbox APIs. While planning your implementation, keep the following in mind: - Before calling [Generate File Upload Url](https://dev.wix.com/docs/api-reference/crm/communication/channels/communication-channels-media/generate-file-upload-url.md), learn to use the [Upload API](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/upload-api.md). - Before calling the [Import File](https://dev.wix.com/docs/api-reference/crm/communication/channels/communication-channels-media/import-file.md) method, learn about [importing files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/importing-files.md) with the Media Manager. - Use the file metadata returned by the Communication Channels Media API calls in your inbox message requests. - To delete files from the Media Manager, call the [Bulk Delete Files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/bulk-delete-files.md) method from the [Media Manager API](https://dev.wix.com/docs/api-reference/assets/media/media-manager/introduction.md). ## Before you begin It's important to note the following points before starting to code: - Check that your file's [size and MIME type are supported](https://support.wix.com/en/article/wix-media-supported-media-file-types-and-file-sizes). - If you exceed the storage quota, your file upload or import will fail. - Download URLs that you generate are temporary and expire after 10 hours. - When you upload or import a file, the file is stored in the media manager under the `/ Uploads` folder. For example, `/Facebook Uploads`. ## Use cases - [Upload media file and send in message](https://dev.wix.com/api-reference/crm/communication/channels/communication-channels-media/sample-flows#upload-media-file-and-send-in-message) - [Monitor storage usage](https://dev.wix.com/api-reference/crm/communication/channels/communication-channels-media/sample-flows#monitor-storage-usage) @sdk_package_setup