diff --git a/New_APIs/Adobe Photoshop API/Readme.md b/New_APIs/Adobe Photoshop API/Readme.md
new file mode 100644
index 0000000..f7ce8c3
--- /dev/null
+++ b/New_APIs/Adobe Photoshop API/Readme.md
@@ -0,0 +1,29 @@
+# 🎨 Adobe Photoshop API
+
+## Overview
+
+The **Adobe Photoshop API** allows developers to integrate powerful image editing capabilities into their applications. This API enables users to perform advanced image manipulations, automate repetitive tasks, and enhance images programmatically, leveraging the full power of Adobe Photoshop.
+
+## Features
+
+- **Image Editing**: Access advanced image editing tools and features, such as layers, filters, and effects.
+- **Automation**: Automate complex and repetitive image processing tasks, saving time and improving efficiency.
+- **Creative Effects**: Apply creative effects to images, such as blur, sharpen, and color correction.
+- **File Management**: Handle various image file formats, including PSD, JPEG, PNG, and more.
+
+## Getting Started
+
+### Prerequisites
+
+- **API Key**: You will need an API key to access the Adobe Photoshop API. You can request an API key by [signing up](#) on our website.
+
+### Installation
+
+To use the Adobe Photoshop API, you can install it via npm (if you are building a Node.js application):
+
+```bash
+npm install adobe-photoshop-api
+```
+
+## Contributor
+### Sree Vidya
diff --git a/New_APIs/Adobe Photoshop API/index.html b/New_APIs/Adobe Photoshop API/index.html
new file mode 100644
index 0000000..5855987
--- /dev/null
+++ b/New_APIs/Adobe Photoshop API/index.html
@@ -0,0 +1,26 @@
+
+
+