Overview
API Description:
The Accor Image Search API enables users to search for images within our Digital Asset Management (DAM) system and retrieve all associated information about the searched images.
Objective:
The primary goal of this API is to provide users with an efficient way to search for images within our DAM using specific parameters and retrieve comprehensive information about those images.
Key Features:
The main function of this API is to allow image search within the DAM based on parameters provided by the API consumer in the request parameters. Here are the key features of the API:
- Image Search: Users can specify various search criteria such as brand, creation date, document type, etc., to find images that meet their requirements.
- Information Retrieval: Once the search is performed, the API returns all available information about the images that match the search criteria, including metadata such as title, description, creation date, copyright, etc.
- Result Filtering: Users can filter the search results by specifying additional criteria such as result limit or offset to obtain more precise and relevant results.
Operation:
To use this API, users need to pass desired search parameters along with their values in the API parameters. These parameters help filter the images and retrieve only those that match the specified search. Here are the steps to use the API:
- Constructing the Request: Users need to construct a request by including desired search parameters and their values.
- Sending the Request: Once the request is constructed, users send the request to the API using the appropriate method (GET,).
- Request Processing: The API processes the request by filtering corresponding images within the DAM based on the specified parameters.
- Returning Results: Once processing is complete, the API returns comprehensive information about the corresponding images as a response to the request.