---
title: "Create reviews in bulk. The max number of reviews allowed is 100"
method: POST
path: "/api/v3.3/reviews-bulk"
tags: ["Reviews-Bulk"]
---

# Create reviews in bulk. The max number of reviews allowed is 100

`POST /api/v3.3/reviews-bulk`

## Request body

- ReviewBulkAddingApi3Dto
  - `reviews` ReviewAddingApi3Dto[]
    - `propertyUid` string, required
    - `leadUid` string
    - `author` string, required
    - `title` string, required
    - `content` string, required
    - `rating` integer
    - `date` string, date, required
    - `source` string
    - `privateFeedback` string
    - `reviewResponse` ReviewResponseAddingApi3Dto
      - `content` string
      - `author` string
    - `ratingCategories` ReviewRatingCategoryApi3Dto[]
      - `category` 'ACCURACY' | 'CLEANLINESS' | 'CHECKIN' | 'COMMUNICATION' | 'LOCATION' | 'VALUE'
      - `rate` integer
      - `comment` string

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
