v1

latestOpenAPI 3.0.42026-07-1376217536.1 KB
Search

Search for creative videos

Use this endpoint to search premium stock video, from archival film to contemporary 4K and HD footage.

You'll need an API key and access token to use this resource.

You can show different information in the response by specifying values on the "fields" parameter (see details below). You can search with only an API key, and that will give you search results that are equivalent to doing a search on the GettyImages.com site without being logged in (anonymous search). If you are a Getty Images API customer and would like to ensure that your API searches return only assets that you have a license to use, you need to also include an authorization token in the header of your request. Please consult our Authorization FAQ for more information on authorization tokens.

Search requests without a phrase parameter are not supported and may not always work.

Working with Fields Sets

Fields sets are used in the fields request parameter to receive a suite of metadata fields. The following fields sets are available:

Summary Fields Set

The summary_set query string parameter fields value represents a small batch of metadata fields that are often used to build search response results. The following fields are provided for every video in your result set when you include summary_set in your request.

{
    "videos": 
    [
        "asset_family", 
        "caption",
        "collection_code",
        "collection_name",
        "display_sizes":
        [
            {
                "name": "comp"
            },
            {
                "name": "preview"
            },
            {
                "name": "thumb"
            }
        ],
        "license_model",
        "title"
    ]
}

Detail Fields Set

The detail_set query string parameter fields value represents a large batch of metadata fields that are often used to build a detailed view of videos. The following fields are provided for every video in your result set when you include detail_set in your request.

{
    "videos": 
    [
        "allowed_use",
        "artist",
        "asset_family", 
		"call_for_image",
        "caption", 
        "clip_length",
        "collection_code",
        "collection_id",
        "collection_name", 
        "color_type",
        "copyright",
        "date_created",
        "display_sizes":
        [
            {
                "name": "comp"
            },
            {
                "name": "preview"
            },
            {
                "name": "thumb"
            }
        ],
        "era",
        "license_model",
        "mastered_to",
        "originally_shot_on",
        "product_types",
        "quality_rank",
        "shot_speed",
        "source",
        "title"
    ]
}

Display Fields Set

The display_set query string parameter fields value represents the fields that provide you with URLs for the low resolution files that are most frequently used to build a UI displaying search results. The following fields are provided for every video in your result set when you include display_set in your request.

The URI provided is subject to change at any time and must be used as-is with no modification.

{
    "videos":
    [
        "display_sizes": 
        [
            {
                "is_watermarked": <boolean>,
                "name": "comp",
                "uri": "<link>"
            },
            {
                "is_watermarked": <boolean>,
                "name": "preview",
                "uri": "<link>"
            },
            {
                "is_watermarked": <boolean>,
                "name": "thumb",
                "uri": "<link>"
            }
        ]
    ]
}

Enhanced Search

Our enhanced search uses machine-learning models to understand natural, conversational language. Meaning you can search for longer phrases and get more relevant results from our creative image and creative video libraries. Default is true. Set enhanced_search to false if you require a precise result set and not one expanded through enhanced search.

get/v3/search/videos/creative

Query parameters

age_of_peopleGettyImagesServicesConnectPublicControllersSearchModelAgeOfPeopleFilterType[]

Provides filtering according to the age of individuals in a video.

artistsstring

Search for videos by specific artists (free-text, comma-separated list of artists).

aspect_ratiosGettyImagesServicesConnectPublicControllersSearchModelVideoAspectRatioFilterType[]

Search for videos by specific aspect ratios.

collection_codesstring[]

Provides filtering by collection code.

collections_filter_type'include' | 'exclude'

Use to include or exclude collections from search. The default is include

compositionsGettyImagesServicesConnectPublicControllersSearchModelCompositionsFilterType[]

Filter based on video composition.

download_productstring

Filters based on which product the asset will download against. Allowed values are easyaccess, editorialsubscription, imagepack, premiumaccess and royaltyfreesubscription. If you have more than one instance of a product, you may also include the ID of the product instance you wish to filter on. For example, some users may have more than one premiumaccess product, so the download_product value would be premiumaccess:1234. Product ID can be obtained from the GET /products response.

enhanced_searchboolean

If set to false, your search will not use enhanced search. Defaults to true.

ethnicityGettyImagesServicesConnectPublicControllersSearchModelEthnicityFilterType[]

Filter search results based on the ethnicity of individuals.

exclude_editorial_use_onlyboolean

Exclude videos that are only available for editorial (non-commercial) use. Default value is false.

exclude_keyword_idsinteger[]

Return only videos not tagged with specific keyword(s). Specify using a comma-separated list of keyword Ids. If keyword Ids and phrase are both specified, only those videos matching the query phrase which also do not contain the requested keyword(s) are returned.

exclude_nudityboolean

Excludes videos containing nudity. The default is false.

facet_fieldsGettyImagesServicesConnectPublicControllersSearchFacetsCreateVideoSearchFacetsFields[]

Specifies the facets to return in the response. Facets provide additional search parameters to refine your results. The include_facets parameter must be set to "true" for facets to be returned.

facet_max_countinteger

Specifies the maximum number of facets to return per type. Default is 300.

fieldsGettyImagesServicesConnectPublicControllersSearchModelCreativeVideosFieldValues[]

Specifies fields to return. Defaults to 'summary_set'. NOTE: Bytes returned by 'download_sizes' field is an estimate.

format_available'sd' | 'hd' | '4k' | 'hd_web'

Filters according to the digital video format available on a film asset.

frame_ratesGettyImagesServicesConnectPublicModelsVideoFrameRates[]

Provides filtering by video frame rate (frames/second).

image_techniquesGettyImagesServicesConnectPublicControllersSearchModelImageTechniquesFilterType[]

Filter based on image technique.

include_facetsboolean

Specifies whether or not to include facets in the result set. Default is "false".

include_related_searchesboolean

Specifies whether or not to include related searches in the response. The default is false.

istock_exclusiveboolean

Restricts results to iStock exclusive assets when true, or non-exclusive assets when false. The default is null (no filter).

keyword_idsinteger[]

Return only videos tagged with specific keyword(s). Specify using a comma-separated list of keyword Ids. If keyword Ids and phrase are both specified, only those videos matching the query phrase which also contain the requested keyword(s) are returned.

license_modelsGettyImagesServicesConnectPublicModelsLicenseModelVideoRequest[]

Specifies the video licensing model(s).

min_clip_lengthinteger

Provides filtering by minimum length of video clip, in seconds

max_clip_lengthinteger

Provides filtering by maximum length of video, in seconds

number_of_peopleGettyImagesServicesConnectPublicControllersSearchModelNumberOfPeopleFilterType[]

Filter based on the number of people.

orientationsGettyImagesServicesConnectPublicModelsVideoOrientationRequest[]

Return only videos with selected orientations.

pageinteger

Identifies page to return. Default is 1.

page_sizeinteger

Specifies page size. Default is 30, maximum page_size is 100.

phrasestring

Free-text search query.

safe_searchboolean

Setting safe_search to "true" excludes images containing nudity, death, profanity, drugs and alcohol, suggestive content, and graphic content from the result set. The default is false. Because this is a keyword-based filter, it's possible that a small number of unsafe images may not be caught by the filter. Please direct feedback to your Getty Images Account or API support representative.

sort_order'best_match' | 'most_popular' | 'newest' | 'random'

Select sort order of results. The default is best_match

release_status'release_not_important' | 'fully_released'

Allows filtering by type of model release.

viewpointsGettyImagesServicesConnectPublicControllersSearchModelViewpointsFilterType[]

Filter based on viewpoint.

Headers

Accept-Languagestring

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).

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).

GI-Country-Codestring

Use of this parameter requires configuration changes to your API key. Please contact your sales representative to learn more.

Receive regionally relevant search results based on the value specified. Accepts only ISO Alpha-3 country codes. The Countries operation can be used to retrieve the codes.

Response

OK

result_countinteger