# Get metadata suggestions for assets Get metadata suggestions for a set of Assets by the specified assets selector. Use the BY_IDS selector to get suggestions for a specific list of Asset.ids, or the BY_CRITERION selector to get suggestions for a search criterion, e.g. all Assets in a specific folder. See AssetSearch for more detail on the available criterion. Endpoint: POST /asset-metadata-suggestion-batch-jobs Version: 2.0.0 Security: bearerToken ## Request fields (application/json): - `selector` (any, required) ## Response 4XX fields (application/json): - `timestamp` (string) The datetime that the error occurred in ISO offset format Example: "2021-02-16T16:21:58.640+00:00" - `status` (integer) The HTTP status code of the error Example: 401 - `error` (string) The title of the error Example: "Unauthorized" - `message` (string) A more detailed error message - `path` (string) The path that was called which led to the error Example: "/folder-settings"