> 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/business-solutions/portfolio/projects/introduction.md ## Article Content: # About the Projects API The Projects API allows you to manage projects in a site's portfolio. Learn more about [projects in Wix Portfolio](https://support.wix.com/en/article/wix-portfolio-managing-your-wix-portfolio#managing-your-projects). With the Projects API, you can: + [Create](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/create-project.md), [update](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/update-project.md), and [delete](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/delete-project.md) projects. + [Retrieve](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/get-project.md), [list](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/list-projects.md), and [query](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/query-projects.md) projects. + Listen for events when a project is [created](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/project-created.md), [updated](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/project-updated.md), and [deleted](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/project-deleted.md). ## Before you begin It's important to note the following points before starting to code: + To add or update a cover image or video for projects, first upload the media file to the [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) by calling the [Import File](https://dev.wix.com/docs/rest/assets/media/media-manager/files/import-file.md) method. + You can only use this API on sites where a Wix user has installed the [Wix Portfolio app](https://www.wix.com/app-market/web-solution/wix-portfolio?appIndex=0&collimp_id=b54d3569-fdaa-49f6-83f8-2ac6e400bd11&referralSectionName=wix%20portfolio). ## Use cases + [Delete residential building projects older than 2 years](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/sample-flows.md#delete-residential-building-projects-older-than-2-years). + [Fetch project information for your art gallery](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/sample-flows.md#fetch-project-information-for-your-art-gallery). @sdk_package_setup