Skip to content

Overview

The Desire Company API lets enterprise partners pull TDC product content — titles, descriptions, imagery, expert copy, and expert-enhanced video JSON-LD metadata — directly into their own storefronts and product detail pages (PDPs).

It is a small, focused, read-only REST API. You authenticate with an API key scoped to your partner account, request a product by SKU or by ID, and receive a clean JSON payload.

Who this is for

Developers integrating on behalf of a partner of The Desire Company. Your partner account is provisioned with a catalog of products inside TDC; your API key is scoped to that account, so every request only ever returns your own products.

Base URL

https://api.prod.thedesirecompany.com/api/v1/public

All endpoints in this reference are relative to that base URL.

How it works

Each expert product video is processed into enhanced, structured metadata (a schema.org VideoObject), which you pull from this API and drop onto your product detail pages:

At a glance

ProtocolHTTPS REST, JSON responses
AuthAPI key — Authorization: Bearer <key> or X-API-Key: <key>
ScopeRead-only, scoped to your partner catalog
Rate limit100 requests / minute per key
EndpointsGet Product by SKU, Get Product by ID

Next steps

The Desire Company — Enterprise API