Summary
Create a AI (GPT-4) generated summary of the provided document.
Authorizations
X-API-KEYstringRequired
Body
Responses
200
Success
202
Accepted
403
The request is not authorized to make the conversion request
404
Service has not been found, please contact [email protected]
500
Something has gone wrong, please contact [email protected]
post
/ai/v1/tasks/summaryPOST /ai/v1/tasks/summary HTTP/1.1
Host: api.tendocs.com/
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 284
{
"document": {
"$content-type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"$content": "UEsDBBQAAAgIAJMrVV...[[Base64 Encoded File]]"
},
"configuration": {
"MaximumWordCount": 300,
"Keys": {
"example_key1": "example_key_value1",
"example_key2": "example_key_value2"
}
}
}No content
Last updated
Was this helpful?