Last updated 5 months ago
Status of the summary call
default
The type of summary provided
"Summary"
Summary of the document
"Summary of the document provided."
The length of the summary
300
const response = await fetch('https://api.tendocs.com/ai/v1/tasks/summary/result', { method: 'GET', headers: {}, }); const data = await response.json();
{ "Type": "Summary", "Content": "Summary of the document provided.", "Length": 300 }