Skip to main content
Version: 1.0

Platform API

The Platform API is used to upload, update, and retrieve product data, implement product search, and display related products on product detail pages.

Authentication

Some endpoints are public and do not require authentication. Endpoints that require authentication are marked with the lock icon.

Authentication uses an API key passed in the Authorization header with the Bearer scheme:

Authorization: Bearer YOUR_KEY

Generate API keys in Data Platform.

Example request:

GET https://api.data.zoovu.com/projects?projectId=12345
Authorization: Bearer YOUR_KEY

Projects

All endpoints require a projectId. The project identifies the data source for your request — for example, using a German project returns German results. Find your project IDs in the Data Platform or via the List projects endpoint.

Getting Started

To push products into your Data Platform project:

  1. Initiate a full update
  2. Upload batches of products
  3. Commit the full update

After committing, your products appear in the Data Platform and, if applicable, in Search Studio.

Support

If you need assistance, contact Zoovu Support.

Authentication

Authorization: Bearer <API key>.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

License

Zoovu