OpenAPI definition (v0)

Download OpenAPI specification:Download

document-controller

Converts the incoming document id to base64 text and returns the converted document.

query Parameters
content-type
string
Request Body schema: application/json
required
documentIds
Array of strings

Responses

Request samples

Content type
application/json
{
  • "documentIds": [
    ]
}

Response samples

Content type
application/json
[
  • {
    }
]