# Cloutly Reviews API & SDK

## Cloutly Reviews API & SDK

- [Cloutly Embed Overview](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/readme.md): Embed Cloutly inside your app with a unified REST API and JWT-based provisioning for businesses and users.
- [System Overview](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/system-overview.md): High-level view of how your app uses Cloutly REST API and Cloutly Embed together.
- [Setup](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/installation.md): Setup basics for REST API and Cloutly Embed.
- [Ping](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/ping.md): Health check endpoint to ensure everything is ready to go.
- [Authentication](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/authentication.md): Authentication for REST API and Cloutly Embed.
- [Host API Domain](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/host-api-domain.md)
- [REST API Basics](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/rest-api/swagger-specs.md)
- [Businesses](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/rest-api/review-summary.md): List businesses connected to your Cloutly account.
- [Reviews](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/rest-api/list-reviews.md): List reviews from connected sources.
- [Reply to Review](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/rest-api/submit-review.md): Reply to a review via Cloutly REST API.
- [Send Review Invite](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/rest-api/invite-customer.md): Send a review invite to a customer through Cloutly.
- [Embed Overview](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/cloutly-embed/embed-overview.md): Overview of embedding Cloutly inside your app.
- [Provision Users](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/cloutly-embed/system-overview-1.md): Cloutly Embed provisioning flow: signed JWT auth and on-the-fly upsert for users and businesses.
- [Embed App in Iframe](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/cloutly-embed/enriched-review-widgets.md): Display an enriched review widget for each business. The below markup is a quick guide on how you can use our pre-built review widgets
- [Create Business](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-create-business.md): Create a business in the marketplace domain.
- [Get Business](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-get-business.md)
- [Update Business](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-update-business.md)
- [Get Business OAuth Link](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-get-business-oauth-link.md): Retrieve Google/Facebook authorization links for a business.
- [Get Review Insights](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/get-business-insights.md): Return reputation insights for a business.
- [Custom HTML Review Widgets](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/widgets-sdk/custom-html.md): If you don't want to use the Enrich Review Widget view provided by Cloutly. You can design the review widgets yourself.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
