Last updated 7 months ago
Compare documents.
Filters.
Successful operation.
const response = await fetch('/api/v1/projects/compare/documents', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "documentId1": "000000000000000000000001", "documentId2": "000000000000000000000002" }), }); const data = await response.json();
{ "projects": {}, "presentations": {} }