| 石墨文件类型 | 支持导入的文件类型 |
|---|---|
| document | .docx,.doc,.md,.txt |
| documentPro | .docx,.doc,.wps |
| spreadsheet | .xlsx,.xls,.csv, .xlsm |
| presentation | .pptx,.ppt |
{
"fileId": "string",
"type": "string",
"fileUrl": "string",
"fileName": "string",
"importFontType": "string"
}curl --location --globoff '/sdk/v2/api/files/v2/import?signature={{signature}}&token=123123' \
--header 'X-Shimo-Signature: {{signature}}' \
--header 'X-Shimo-Token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"fileId": "string",
"type": "string",
"fileUrl": "string",
"fileName": "string",
"importFontType": "string"
}'{
"status": 0,
"message": "string",
"data": {
"taskId": "string"
}
}