Convert a Word (DOCX) document to PDF
POST/api/v1/tools/convert-docx
Convert an uploaded DOCX file (by storageUrl) to PDF using the
tools microservice. The resulting PDF is returned as a binary
response.
The referenced file must be a DOCX file. If the file is not a DOCX, the request will be rejected with a 400 error.
File lifecycle: The input file in the input bucket is deleted
after a successful operation.
Request
Responses
- 200
- 400
- 401
- 402
- 500
Converted PDF returned as binary response
Bad request
Unauthorized
Insufficient tokens
Internal server error