Appearance
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/publicAll 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
| Protocol | HTTPS REST, JSON responses |
| Auth | API key — Authorization: Bearer <key> or X-API-Key: <key> |
| Scope | Read-only, scoped to your partner catalog |
| Rate limit | 100 requests / minute per key |
| Endpoints | Get Product by SKU, Get Product by ID |
Next steps
- Getting Started — get a key and make your first request.
- Authentication — headers, scoping, and rate limits in detail.
- API Reference — full schemas and error codes.

