> 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/project-items/introduction.md ## Article Content: # About the Project Items API The Project Items API allows you to manage a project's items. Learn more about [project items in Wix Portfolio](https://support.wix.com/en/article/wix-portfolio-adding-media-to-projects). With the Project Items API, you can: + [Create](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/create-project-item.md), [update](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/update-project-item.md), and [delete](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/delete-project-item.md) project items. + [Retrieve](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/get-project-item.md) or [list](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/list-project-items.md) project items. + [Duplicate](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/duplicate-project-items.md) project items from one project to another project. + Listen for events when a project item is [created](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/project-item-created.md), [updated](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/project-item-updated.md), or [deleted](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/project-item-deleted.md). ## Before you begin It's important to note the following points before starting to code: + You need an existing project to create project items. If you don't already have one, call [Create Project](https://dev.wix.com/docs/rest/business-solutions/portfolio/projects/create-project.md) to create a project, and then call [Create Project Item](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/create-project-item.md) to create a project item. + Project items consist of images or videos. Before you create or update a project item with a new media file, 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 case + [Create a digital photo frame](https://dev.wix.com/docs/rest/business-solutions/portfolio/project-items/sample-flows.md#create-a-digital-photo-frame). @sdk_package_setup