Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Maximum length:
10
Example:
[
{ "document_id": "uuid-of-document-1" },
{ "document_id": "uuid-of-document-2" }
]