ProductGenie API Introduction
Welcome to the ProductGenie API documentation.
Our API allows you to integrate ProductGenie features directly into your applications and workflows. You can manage products, handle reviews, get product suggestions, process customer questions, and more.
Getting Started
Section titled “Getting Started”- Authentication: Most endpoints require authentication. Refer to the specific endpoint documentation for details on required headers (
X-Public-Key
,X-Productgenie-Signature
). - Integration: Learn how to embed the Product Genie widget on your website using our Integration Guide.
- Explore the API: Use the sidebar navigation to explore the different API categories:
- Products: Manage your product catalog.
- Reviews: Create, update, and delete product reviews.
- Questions: Ask questions about products and get AI-generated answers.
- Suggestions: Fetch suggested questions for products.
- Base URL: All API endpoints are relative to
https://api.productgenie.io
.
API Specification
Section titled “API Specification”The complete OpenAPI specification used to generate this documentation can be found here.