Last updated 4 months ago
Result of the compare call
default
const response = await fetch('https://api.tendocs.com/ai/v1/tasks/compare/result', { method: 'GET', headers: {}, }); const data = await response.json();
{ "differences": [ { "aspect": "text", "detailsummary": "text", "detail": [ { "Document": "text", "Summary": "text" } ], "importance": "text" } ], "summary": "text" }