action gettyimages_get_v3_affiliates_search_images { provider: gettyimages method: GET path: "/v3/affiliates/search/images" encoding: json input: { type: "object" properties: { "Accept-Language": { type: "string" description: "Provide a header to specify the language of result values. Supported values: cs (iStock only), de, en-GB, en-US, es, fi (iStock only), fr, hu (iStock only), id (iStock only), it, ja, ko (creative assets only), nl, pl (creative assets only), pt-BR, pt-PT, ro (iStock only), ru (creative assets only), sv, th (iStock only), tr, uk (iStock only), vi (iStock only), zh-HK (creative assets only)." } phrase: { type: "string" description: "Search images using a search phrase." } style: { type: "string" description: "Specifies the graphical style of images desired." enum: ["photography", "vector"] } } additionalProperties: false } output: { type: "object" properties: { auto_corrections: { type: "object" properties: { phrase: { type: "string" } } additionalProperties: false } images: { type: "array" items: { type: "object" properties: { caption: { type: "string" } destination_url: { type: "string" } id: { type: "string" } preview_urls: { type: "object" properties: { large: { type: "string" } large_height: { type: "integer" format: "int32" } large_width: { type: "integer" format: "int32" } medium: { type: "string" } medium_height: { type: "integer" format: "int32" } medium_width: { type: "integer" format: "int32" } small: { type: "string" } small_height: { type: "integer" format: "int32" } small_width: { type: "integer" format: "int32" } } additionalProperties: false } title: { type: "string" } } additionalProperties: false } } } additionalProperties: false } }