### PWA Studio Source: https://developer.adobe.com/apis/index Provides a comprehensive set of tools and libraries for creating Progressive Web Application (PWA) storefronts powered by Adobe Commerce or Magento Open Source. It includes an environment setup and components for building storefronts. ```APIDOC ## PWA Studio ### Description Tools and libraries to create Progressive Web Application (PWA) storefronts for Adobe Commerce or Magento Open Source. Includes development environment setup and storefront component libraries. ### Method N/A (Development toolkit) ### Endpoint N/A ### Parameters N/A ### Request Example N/A ### Response N/A ``` -------------------------------- ### Substance 3D Automation Service Source: https://developer.adobe.com/apis/index Enables the generation of consistent, high-quality image variations at scale by leveraging 3D assets. ```APIDOC ## Substance 3D Automation Service ### Description Leverage 3D assets to generate consistent, high-quality image variations at scale. ### Method POST (RESTful API) ### Endpoint `/automation/v1/render ### Parameters #### Request Body - **assetId** (string) - Required - Identifier of the 3D asset. - **outputFormat** (string) - Required - Desired output format (e.g., PNG, JPG). - **variations** (array) - Optional - Configurations for generating variations. ### Request Example ```json { "assetId": "asset123", "outputFormat": "PNG", "variations": [ { "resolution": "1920x1080", "lightingPreset": "studio" } ] } ``` ### Response #### Success Response (200) - **jobId** (string) - Identifier for the rendering job. - **status** (string) - Status of the rendering job. ``` -------------------------------- ### Adobe Mobile SDK Source: https://developer.adobe.com/apis/index These SDKs enable the capture of native app activity, such as user interactions, usage patterns, and gestures, and their subsequent forwarding to Adobe collection servers for Analytics reporting. ```APIDOC ## Adobe Mobile SDK ### Description Capture native app activity (user, usage, behavior, gestures) and forward data to Adobe collection servers for Analytics reporting. ### Method Various (SDK-based) ### Endpoint N/A (SDK integration) ### Parameters N/A ### Request Example N/A ### Response N/A ``` -------------------------------- ### Frame.io API Source: https://developer.adobe.com/apis/index Customers can utilize the V4-compatible REST API and webhooks to power custom workflows and automations within Frame.io. ```APIDOC ## Frame.io API ### Description Allows users to leverage a V4-compatible REST API and webhooks to build custom workflows and automations within Frame.io. ### Method GET, POST, PUT, DELETE (RESTful API) ### Endpoint `/v4/... ### Parameters #### Path Parameters - **projectId** (string) - The ID of the project. #### Query Parameters - **fields** (string) - Optional - Comma-separated list of fields to include in the response. #### Request Body (Specific to the operation, e.g., file upload details) ### Request Example ```json { "name": "New Video File", "description": "Uploaded via API" } ``` ### Response #### Success Response (200) - **id** (string) - The unique identifier of the resource. - **name** (string) - The name of the resource. ``` -------------------------------- ### Adobe Journey Optimizer API Source: https://developer.adobe.com/apis/index Offers RESTful APIs that enable programmatic execution of key operations within your applications for journey optimization. ```APIDOC ## Adobe Journey Optimizer API ### Description Provides RESTful APIs to programmatically perform key operations within applications for journey optimization. ### Method POST, GET (RESTful API) ### Endpoint `/journeyoptimizer/v1/... ### Parameters #### Request Body - **eventName** (string) - Required - The name of the event to trigger. - **profileId** (string) - Required - The identifier of the customer profile. - **payload** (object) - Optional - Data associated with the event. ### Request Example ```json { "eventName": "productView", "profileId": "cust123", "payload": { "productId": "prod456", "price": 19.99 } } ``` ### Response #### Success Response (200) - **status** (string) - The status of the operation. - **messageId** (string) - Identifier for the processed message. ``` -------------------------------- ### Adobe Target API Source: https://developer.adobe.com/apis/index A personalization solution that facilitates content testing and enables the delivery of tailored experiences to customers. The APIs integrate seamlessly into various application stacks. ```APIDOC ## Adobe Target API ### Description Personalization solution for identifying best content through easy-to-execute tests and delivering the right experience to the right customer. APIs integrate neatly into application stacks. ### Method Various (RESTful API) ### Endpoint N/A (API integration) ### Parameters N/A ### Request Example N/A ### Response N/A ``` -------------------------------- ### Privacy Service API Source: https://developer.adobe.com/apis/index A RESTful API and user interface designed to help companies manage customer data requests related to Experience Cloud solutions, addressing the increasing requirements for managing personal data. ```APIDOC ## Privacy Service API ### Description Manages customer data requests for Experience Cloud solutions through a RESTful API and user interface, in response to evolving personal data management regulations. ### Method POST, GET (RESTful API) ### Endpoint `/privacy/v1/... ### Parameters #### Request Body - **customerId** (string) - Required - Identifier for the customer. - **requestType** (string) - Required - Type of privacy request (e.g., DELETE, ACCESS). - **dataSubjectType** (string) - Optional - Type of data subject. ### Request Example ```json { "customerId": "user123", "requestType": "DELETE", "dataSubjectType": "individual" } ``` ### Response #### Success Response (200) - **requestId** (string) - Unique identifier for the privacy request. - **status** (string) - Status of the request. ``` -------------------------------- ### Places API Source: https://developer.adobe.com/apis/index A suite of REST APIs providing geo-location functionality. It allows integration with geo-fences and provides query APIs for web and mobile applications to access proximity information. Integration with Experience Cloud SDKs enriches AEP with location data. ```APIDOC ## Places API ### Description Provides REST APIs for geo-location functionality, including query APIs for accessing geo-fence proximity information. Integrates with Experience Cloud SDKs to enrich AEP with location data. ### Method GET, POST (RESTful API) ### Endpoint `/places/v1/... ### Parameters #### Query Parameters - **location_services_enabled** (boolean) - Optional - Indicates if location services are enabled. #### Request Body (Specific to query endpoints, e.g., geofence details) ### Request Example ```json { "query": { "type": "geofence", "latitude": 34.0522, "longitude": -118.2437 } } ``` ### Response #### Success Response (200) - **places** (array) - List of nearby places or geofences. - **status** (string) - Status of the request. ``` -------------------------------- ### User Management API Source: https://developer.adobe.com/apis/index Adobe's User Management API enables programmatic control over users, groups, and entitlements within Adobe Creative Cloud. It facilitates the management of Creative Cloud Enterprise users via an API. ```APIDOC ## User Management API ### Description Programmatically manage users, groups, and entitlements in Adobe Creative Cloud, specifically for Creative Cloud Enterprise accounts. ### Method GET, POST, PUT, DELETE (RESTful API) ### Endpoint `/usermanagement/v2/... ### Parameters #### Path Parameters - **userId** (string) - The unique identifier for the user. #### Query Parameters - **limit** (integer) - Optional - The maximum number of results to return. - **offset** (integer) - Optional - The number of results to skip. #### Request Body - **username** (string) - Required - The user's email address. - **firstName** (string) - Required - The user's first name. - **lastName** (string) - Required - The user's last name. - **groups** (array) - Optional - List of group IDs the user belongs to. ### Request Example ```json { "username": "testuser@example.com", "firstName": "Test", "lastName": "User", "groups": ["group123", "group456"] } ``` ### Response #### Success Response (200) - **users** (array) - List of user objects. - **totalResults** (integer) - Total number of users found. ``` -------------------------------- ### Customer Journey Analytics Source: https://developer.adobe.com/apis/index Leverage the power of Analysis Workspace to report on both online and offline customer data stored within Adobe Experience Platform. ```APIDOC ## Customer Journey Analytics ### Description Utilize Analysis Workspace to generate reports on online and offline customer data stored in Adobe Experience Platform. ### Method N/A (UI and reporting tool) ### Endpoint N/A ### Parameters N/A ### Request Example N/A ### Response N/A ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.