POST
/
document
/
review
curl --request POST \
  --url https://api.isosceles.ai/document/review \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "created_on": 123,
  "doc_review_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "model": "<string>",
  "review": "<string>",
  "title": "<string>",
  "user_credits": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200 - application/json

The response is of type object.