ContractRabbit Docs
API Reference

Reference document Context

Set reference document context for analysis

POST
/api/chats/{chatId}/reference-document-context

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/api/chats/string/reference-document-context"
null
null
{
  "message": "string"
}

Remove reference document context

DELETE
/api/chats/{chatId}/reference-document-context

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/chats/string/reference-document-context"
null
null
{
  "message": "string"
}