Skip to main content
POST
Resolve Catalog Images
Resolve public product image URLs for plant catalog items.

Overview

The Images API supports backend catalog and storefront integrations. Use it to register allowed storefront origins and resolve product image availability for plant items.
These endpoints are generic Images API endpoints. They are not specific to any one commerce platform or plugin.

Endpoints

Authentication

Use your SuperSeeded API key in the X-API-Key header.
Do not expose API keys in frontend code. Send requests from your backend or server-side integration.

Register Site

Register a storefront origin before resolving images for that site.

Resolve Images

Status Values

Security Notes

  • Public image URLs are display URLs, not private download URLs.
  • Keep API keys server-side.
  • Register only storefront origins that belong to your account.
  • Do not depend on public image URL secrecy for authorization.

Authorizations

X-API-Key
string
header
required

Standard API Key authentication.

Body

application/json
site_url
string<uri>
required

Registered storefront URL for this request.

items
object[]
required
Maximum array length: 100

Response

Image availability resolved for each item.

site_url
string<uri>
required
normalized_origin
string
required
results
object[]
required