端点: /api/convert
请求方法: POST
Content-Type: 支持以下类型:
application/vnd.openxmlformats-officedocument.wordprocessingml.document (DOCX)application/msword (DOC)application/octet-streamcurl --location --request POST 'http://localhost:8000/api/convert' \
--header 'Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document' \
--data-binary '@/path/to/document.docx'
200text/markdown; charset=utf-8400application/json; charset=utf-8{ "error": "错误信息" }