> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videowise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> A high-level overview of the Product API.

The **Product API** allows you to interact with a system to import, retrieve, and delete products. It supports the following operations:

* **Bulk Import**: Import multiple products in a single request.
* **Single Import**: Import or modify single product.
* **Retrieve Product**: Fetch product details by reference ID or SKU.
* **Delete Product**: Delete a product by its reference ID or SKU.

***

## Key Features

* **Bulk Operations**: Efficiently import multiple products at once.
* **Flexible Product Data**: Supports optional fields like `price`, `price_min`, `price_max`, and `images`.
* **Secure Authentication**: Requires an access token for all requests.

***

## Base URL

All API requests are made to the following base URL:

## Limitations

* **Product Limit**: The API supports a maximum of 10000 products per request.
* **Rate Limit**: The API enforces a rate limit of 100 requests per minute.

## Recommendations

* **Chunking**: Even if Product API supports a maximum of 10000 products per request, it is recommended to send requests in smaller chunks to avoid timeouts.
* **Product Requests**: Use bulk operations for importing multiple products and avoid making multiple single import requests.

```plaintext theme={null}
https://api.videowise.com
```
