Skip to content

Implementation Guide

Stanislav Idolov edited this page Apr 25, 2019 · 21 revisions

Authentication

Backend Endpoints

  • Server to server image upload It should be possible to upload an image from the URL (that's how's preview working)

  • Upload image from base64 encoded string Provide the ability to upload an image from base64 encoded string (licensed image upload)

Configuration

  • x-api-key - required field for any request (can be obtained from the Adobe integration configuration)
  • x-Product - can be obtained from the Adobe integration configuration (integration name)

Storage

Consider storing as much info as we can to simplify further features development.

| Name|Description|Type | | ------------- | ------------- | | category{id} | information about the category assigned to the asset | int | | category{name} | information about the category assigned to the asset | string |

Clone this wiki locally