{
"content_extraction_params": {
"extract_intents": [
{
"key": "string",
"name": "string",
"rule": "string"
}
]
},
"file_parse_params": {
"format": "string",
"include_elements": "string"
},
"files": [
{
"drive_id": "string",
"file_id": "string"
}
],
"operation": "table_extraction",
"summarize_params": {
"summarize_type": "simplesum",
"temperature": 0
}
}curl --location --request POST '/v7/aiopen/doc_operate_tasks/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"content_extraction_params": {
"extract_intents": [
{
"key": "string",
"name": "string",
"rule": "string"
}
]
},
"file_parse_params": {
"format": "string",
"include_elements": "string"
},
"files": [
{
"drive_id": "string",
"file_id": "string"
}
],
"operation": "table_extraction",
"summarize_params": {
"summarize_type": "simplesum",
"temperature": 0
}
}'{
"data": {
"task_results": [
{
"drive_id": "string",
"file_id": "string",
"task_id": "string"
}
]
},
"code": 0,
"more": {},
"msg": "string"
}