| 石墨文件类型 | 支持导入的文件类型 |
|---|---|
| document | .docx,.doc,.md,.txt |
| documentPro | .docx,.doc,.wps |
| spreadsheet | .xlsx,.xls,.csv, .xlsm |
| presentation | .pptx,.ppt |
curl --location -g --request POST '/sdk/v2/api/files/v1/import?signature={{signature}}&token=123123' \
--header 'X-Shimo-Signature: {{signature}}' \
--header 'X-Shimo-Token: {{token}}' \
--form 'fileId="file-import-6"' \
--form 'type="document"' \
--form 'file=@"/Users/luyang/Documents/TempDoc/shimo_test.docx"' \
--form 'fileUrl="https://domain.com/files/download/test.docx"' \
--form 'fileName="test.docx"'{
"status": 0,
"message": "string",
"data": {
"taskId": "string"
}
}