Get approved content from album

Returns approved media content inside an album. Optionally, you can pass in formatted json to filter or sort the content appropriately.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

An example request may look like:
https://distillery.pixlee.co/api/v2/albums/6559/photos?api_key=REDACTED&sort={"recency":true,"desc":true}&filters={"starred_photos":false,"min_instagram_followers":"17"}

It is highly recommended that the "pixlee_cdn_photos" key is used to return media content, as these are cached by our CDN and guaranteed to permanently exist.

Note however that for videos, the following will be true: content_type will be "video".

The pixlee_cdn_photos object will hold the same keys, but will all be empty strings.

The video source will always be the source_url key

image (thumbnail) of the video will always be the thumbnail_url key. The same image will be in big_url and medium_url as well.

Please note that you can only use one of the following parameters: sku, product_name, product_url, or product_image_url.

Path Params
int32
required
Query Params
int32
Defaults to 1
int32
Defaults to 30
json

See the Consuming Content header for applicable sorts. (https://developers.pixlee.com/reference/consuming-content)

json

See the Consuming Content header for applicable filters. (https://developers.pixlee.com/reference/consuming-content)

int32

Setting a region_id will will retrieve products associated with the region that corresponds to the content of the photo you are querying.

string

Setting a sku will return photo content for the album that contains the product with the given sku. If no album matches, the photos from the given album id will be returned.

string

Setting a product_name will return photo content for the album that contains the product with the given product_name. If no album matches, the photos from the given album id will be returned.

string

Setting a product_url will return photo content for the album that contains the product with the given product_url. If no album matches, the photos from the given album id will be returned.

string

Setting a product_image_url will return photo content for the album that contains the product with the given product_image_url. If no album matches, the photos from the given album id will be returned.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json