cURL
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 }
Create a new document review
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object