---
title: "Create document review"
method: POST
path: "/document/review"
tags: ["Document"]
deprecated: true
---

# Create document review

`POST /document/review`

> **Deprecated.**

Create a new document review

## Request body

- object
  - `message` string
  - `brain_id` string, uuid
  - `document_id` string, uuid
  - `review_model` 'gpt-3.5-turbo' | 'claude-3-haiku'
  - `final_model` 'gpt-3.5-turbo' | 'gpt-4' | 'claude-instant-1' | 'claude-2' | 'claude-3-haiku' | 'claude-3-sonnet' | 'claude-3-opus' | 'mixtral' | 'mistral-small' | 'mistral-medium' | 'mistral-large'
  - `active_reading_instructions` string

## Response `200`

- DocumentReview
  - `created_on` integer
  - `doc_review_id` string, uuid
  - `id` string, uuid
  - `model` string
  - `review` string
  - `title` string
  - `user_credits` integer

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
