curl --location --request POST '/v2/bulk_search/images' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"added_date": "<date>",
"added_date_start": "<date>",
"aspect_ratio_min": "<number>",
"aspect_ratio_max": "<number>",
"aspect_ratio": "<number>",
"added_date_end": "<date>",
"authentic": "<boolean>",
"category": "<string>",
"color": "<string>",
"contributor": [
"<string>",
"<string>"
],
"contributor_country": [
"<country-code-2>",
"<country-code-2>"
],
"fields": "<string>",
"height": "<integer>",
"height_from": "<integer>",
"height_to": "<integer>",
"image_type": [
"<string>",
"<string>"
],
"keyword_safe_search": true,
"language": "<string>",
"license": [
"commercial"
],
"model": [
"<string>",
"<string>"
],
"orientation": "<string>",
"page": 1,
"per_page": 20,
"people_model_released": "<boolean>",
"people_age": "<string>",
"people_ethnicity": [
"<string>",
"<string>"
],
"people_gender": "<string>",
"people_number": "<integer>",
"query": "<string>",
"region": "<country-code-2>",
"safe": true,
"sort": "popular",
"spellcheck_query": true,
"view": "minimal",
"width": "<integer>",
"width_from": "<integer>",
"width_to": "<integer>"
},
{
"added_date": "<date>",
"added_date_start": "<date>",
"aspect_ratio_min": "<number>",
"aspect_ratio_max": "<number>",
"aspect_ratio": "<number>",
"added_date_end": "<date>",
"authentic": "<boolean>",
"category": "<string>",
"color": "<string>",
"contributor": [
"<string>",
"<string>"
],
"contributor_country": [
"<country-code-2>",
"<country-code-2>"
],
"fields": "<string>",
"height": "<integer>",
"height_from": "<integer>",
"height_to": "<integer>",
"image_type": [
"<string>",
"<string>"
],
"keyword_safe_search": true,
"language": "<string>",
"license": [
"commercial"
],
"model": [
"<string>",
"<string>"
],
"orientation": "<string>",
"page": 1,
"per_page": 20,
"people_model_released": "<boolean>",
"people_age": "<string>",
"people_ethnicity": [
"<string>",
"<string>"
],
"people_gender": "<string>",
"people_number": "<integer>",
"query": "<string>",
"region": "<country-code-2>",
"safe": true,
"sort": "popular",
"spellcheck_query": true,
"view": "minimal",
"width": "<integer>",
"width_from": "<integer>",
"width_to": "<integer>"
}
]'