Get structured data for multiple galleries

Returns Schema.org structured data for multiple galleries via GET. Response format depends on the Accept header.

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

JSON object specifying gallery configurations. Must be URL-encoded.

Format: {"galleries":[{"dataSourceId":"abc123","filter":"productId:SKU123","limit":10,"sort":"Latest"}]}

Gallery config fields:

  • dataSourceId (required): Unique gallery ID
  • filter: Filters the requested content. Filters are composed of one or more key-value pairs combined with boolean operators and parenthetical groupings.
  • limit: Maximum number of items to return (default: 10)
  • sort: Sorts - Latest, Likes, Moderation, Optimized, LastUpdated
  • offset: Pagination offset
  • before/after: Cursor-based pagination
  • requireProduct: Only return items with products
  • networkSource: Filter by social network source
  • productMetadata: Additional product fields to include
string

Locale for product metadata

string

Page canonical URL for @id injection in JSON-LD output. Max 2048 characters.

boolean
Defaults to false

Set to true to bypass edge caching

Headers
string
enum
Defaults to application/ld+json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/ld+json
text/javascript
text/html
application/json