Skip to main content
The Videowise API is for catalog and media — not for embedding widgets or live shopping. For on-site embeds, start with Shoppable videos or Live shopping. Use the Product API when you are not on Shopify (or need to sync a custom catalog) to import, retrieve, and delete products. Use the Media API to upload video and image files.

Authentication

Send X-Videowise-Access-Token on every request.

Product

Bulk import, CSV import, retrieve, and delete products.

Media

Upload video and image files.

Operations

  • Bulk import — import multiple products in a single request
  • Single import — import or modify one product
  • Retrieve product — fetch details by reference ID or SKU
  • Delete product — delete a product by reference ID or SKU
  • Upload media — upload a video or image file

Base URL

All API requests use:

Limitations

  • Product limit: maximum of 10,000 products per request
  • Rate limit: 100 requests per minute

Recommendations

  • Send bulk imports in smaller chunks to avoid timeouts, even though the maximum is 10,000 products per request
  • Prefer bulk import over many single-import requests