Adobe Stock File

Schema for an Adobe Stock file record as returned by the Adobe Stock Search API. Represents a stock asset such as a photo, illustration, vector, video, or template including its metadata, creator information, dimensions, thumbnail URLs, and licensing status.

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
id integer Unique Adobe Stock content identifier assigned to this file
title string Title of the stock file as provided by the contributor
creator_name string Display name of the contributor who created and uploaded this stock file
creator_id integer Unique identifier of the contributor on Adobe Stock
country_name string Country of origin of the contributor as listed in their Adobe Stock profile
width integer Original width of the stock file in pixels (for images and video)
height integer Original height of the stock file in pixels (for images and video)
media_type_id integer Numeric identifier for the media type: 1=photo, 2=illustration, 3=vector, 4=video, 6=3D, 7=template
content_type string MIME type of the stock file
keywords array List of keyword objects describing the content and subject matter of the file
comp_url string URL of the watermarked comp image for preview and design mockup purposes. The comp is a lower-resolution, watermarked version of the full file.
thumbnail_url string URL of the small thumbnail image used in search result lists
thumbnail_width integer Width of the thumbnail image in pixels
thumbnail_height integer Height of the thumbnail image in pixels
thumbnail_500_url string URL of a medium-size (500px) preview image
thumbnail_1000_url string URL of a larger (1000px) preview image
is_licensed string Licensing status of this file for the authenticated user. Empty string if not licensed.
vector_type string Vector file subtype for vector and illustration assets. Empty string for non-vector assets.
category object Primary category classification of this stock file
premium_level_id integer Premium content level: 0=standard, 1=premium, 2=premium+
is_editorial boolean Whether this asset is editorial use only (not for commercial purposes)
has_releases boolean Whether this asset has model or property releases on file
nb_results integer Total number of results matching the search query. Only present on the first result in a search response.
View JSON Schema on GitHub