Search assets API endpoint
The endpoint in a Search assets API request must be in the following format:https://delivery-pXXXX-eYYYY.adobeaemcloud.com/adobe/assets/search
The delivery domain is similar in structure to the Experience Manager author environment’s domain. The only difference is replacing the term author
with delivery
.
pXXXX
refers to the program ID
eYYYY
refers to the environment ID
Search assets API request method
POST
Search Assets API header
You need to provide the following details while defining a header in the Search assets API:
headers: {
'Content-Type': 'application/json',
'X-Adobe-Accept-Experimental': '1',
Authorization: 'Bearer <YOUR_JWT_HERE>',
'X-Api-Key': 'YOUR_API_KEY_HERE'
},
To invoke the Search API, an IMS token is required to define in the Authorization
details. The IMS token is fetched from a technical account. See Fetch the AEM as a Cloud Service Credentials to create a new technical account. See Generating the access token to generate the IMS token and use it appropriately in the Search assets API request header.
To view request samples, response samples, and response codes, see Search Assets API.