ContractRabbit Docs
API Reference

Document Context

Set current document context

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

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

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

Remove current document context

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

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

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