# Docflow API ## Docs - [Amend File Category](https://docs-docflow.textin.ai/api-reference/amend-file-category.md): - For regular tasks, modify the file category of the regular task - For document splitting tasks, modify the file type and page numbers of the split files - For multi-image cropping tasks, modify the file type of the cropped files - [Delete Tasks](https://docs-docflow.textin.ai/api-reference/delete-tasks.md): Delete files by conditions. Files matching any condition will be deleted. - [Extract Specific Fields](https://docs-docflow.textin.ai/api-reference/extract-specific-fields.md): For tasks that have completed extraction, extract additional fields for the task, or re-extract individual existing fields. Returns the complete extraction result of all fields. The return structure is the same as `/api/app-api/sip/platform/v2/file/fetch`. - [Delete Category Samples](https://docs-docflow.textin.ai/api-reference/file-category-samples/delete-category-samples.md): Delete the specified category samples - [Download Category Sample](https://docs-docflow.textin.ai/api-reference/file-category-samples/download-category-sample.md): Download the specified category sample file - [Get Category Samples List](https://docs-docflow.textin.ai/api-reference/file-category-samples/get-category-samples-list.md): Get the list of samples for the specified file category - [Upload Category Sample](https://docs-docflow.textin.ai/api-reference/file-category-samples/upload-category-sample.md): Upload a sample file for the specified file category - [Add File Category Field](https://docs-docflow.textin.ai/api-reference/file-category/add-file-category-field.md): Add a field to the specified file category, supporting both regular fields and table fields - [Add File Category Table](https://docs-docflow.textin.ai/api-reference/file-category/add-file-category-table.md): Add a table to the specified file category - [Create File Category](https://docs-docflow.textin.ai/api-reference/file-category/create-file-category.md): Create a new file category in the specified workspace, requiring at least one sample file and at least one field configuration - [Delete File Category](https://docs-docflow.textin.ai/api-reference/file-category/delete-file-category.md): Delete the specified file category - [Delete File Category Fields](https://docs-docflow.textin.ai/api-reference/file-category/delete-file-category-fields.md): Delete the specified file category fields, supporting batch deletion of both regular fields and table fields - [Delete File Category Tables](https://docs-docflow.textin.ai/api-reference/file-category/delete-file-category-tables.md): Delete the specified file category tables, supporting batch deletion - [Get File Category Fields List](https://docs-docflow.textin.ai/api-reference/file-category/get-file-category-fields-list.md): Get file category fields list - [Get File Category Tables List](https://docs-docflow.textin.ai/api-reference/file-category/get-file-category-tables-list.md): Get all tables configured under the specified file category - [Get Workspace File Category List](https://docs-docflow.textin.ai/api-reference/file-category/get-workspace-file-category-list.md): Get workspace file category list - [Update File Category](https://docs-docflow.textin.ai/api-reference/file-category/update-file-category.md): Update information of the specified file category - [Update File Category Field](https://docs-docflow.textin.ai/api-reference/file-category/update-file-category-field.md): Update information of the specified file category field, supporting both regular fields and table fields - [Update File Category Table](https://docs-docflow.textin.ai/api-reference/file-category/update-file-category-table.md): Update information of the specified file category table - [Generate a short-lived token](https://docs-docflow.textin.ai/api-reference/generate-a-short-lived-token.md): Generate a short-lived token (for iframe scenarios) - [Get File Processing Result List](https://docs-docflow.textin.ai/api-reference/get-file-processing-result-list.md) - [Create Review Rule](https://docs-docflow.textin.ai/api-reference/intelligent-review/create-review-rule.md): Create review rule - [Create Review Rule Group](https://docs-docflow.textin.ai/api-reference/intelligent-review/create-review-rule-group.md): Create review rule group - [Create Review Rule Repository](https://docs-docflow.textin.ai/api-reference/intelligent-review/create-review-rule-repository.md): Create review rule repository - [Delete Review Rule](https://docs-docflow.textin.ai/api-reference/intelligent-review/delete-review-rule.md): Delete review rule - [Delete Review Rule Group](https://docs-docflow.textin.ai/api-reference/intelligent-review/delete-review-rule-group.md): Delete review rule group - [Delete Review Rule Repository](https://docs-docflow.textin.ai/api-reference/intelligent-review/delete-review-rule-repository.md): Delete review rule repository - [Delete Review Task](https://docs-docflow.textin.ai/api-reference/intelligent-review/delete-review-task.md): Delete review task - [Get Review Rule Repository](https://docs-docflow.textin.ai/api-reference/intelligent-review/get-review-rule-repository.md): Get review rule repository - [Get Review Rule Repository List](https://docs-docflow.textin.ai/api-reference/intelligent-review/get-review-rule-repository-list.md): Get review rule repository list, including rule groups and rules information under the repository - [Get Review Task Result](https://docs-docflow.textin.ai/api-reference/intelligent-review/get-review-task-result.md): Get review task result - [Retry Review Task](https://docs-docflow.textin.ai/api-reference/intelligent-review/retry-review-task.md): Retry review task - [Retry Specific Rule in Review Task](https://docs-docflow.textin.ai/api-reference/intelligent-review/retry-specific-rule-in-review-task.md): Retry a specific rule in the review task. - [Submit Review Task](https://docs-docflow.textin.ai/api-reference/intelligent-review/submit-review-task.md): Submit review task - [Update Review Rule](https://docs-docflow.textin.ai/api-reference/intelligent-review/update-review-rule.md): Update review rule - [Update Review Rule Group](https://docs-docflow.textin.ai/api-reference/intelligent-review/update-review-rule-group.md): Update review rule group - [Update Review Rule Repository](https://docs-docflow.textin.ai/api-reference/intelligent-review/update-review-rule-repository.md): Update review rule repository - [Retry File Processing](https://docs-docflow.textin.ai/api-reference/retry-file-processing.md): Retry processing a file. - [Update File Processing Result](https://docs-docflow.textin.ai/api-reference/update-file-processing-result.md): Update file processing result. Usually used after manual review and proofreading to upload modified key-value pairs, overriding automatically recognized results. - [Upload File](https://docs-docflow.textin.ai/api-reference/upload-file.md) - [Upload File Synchronously](https://docs-docflow.textin.ai/api-reference/upload-file-synchronously.md): Upload file and wait for processing to complete, returning processing results directly - [Create Workspace](https://docs-docflow.textin.ai/api-reference/workspace-management/create-workspace.md): Create a new workspace - [Delete Workspace](https://docs-docflow.textin.ai/api-reference/workspace-management/delete-workspace.md): Delete specified workspace(s) - [Get Workspace Details](https://docs-docflow.textin.ai/api-reference/workspace-management/get-workspace-details.md): Get detailed information of a workspace by workspace ID - [Get Workspace List](https://docs-docflow.textin.ai/api-reference/workspace-management/get-workspace-list.md): Get list of all workspaces for the current user - [Update Workspace](https://docs-docflow.textin.ai/api-reference/workspace-management/update-workspace.md): Update information of a specified workspace - [Access Credentials](https://docs-docflow.textin.ai/docflow-global/en/00-overview/auth.md): How to obtain and use APIs access credentials - [Product Introduction](https://docs-docflow.textin.ai/docflow-global/en/00-overview/intro.md) - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/00-overview/quickstart.md): Reference examples to quickly integrate Docflow functionality with APIs - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/01-upload/quickstart.md): Reference examples to quickly integrate document upload functionality with APIs - [Response JSON Structure Description](https://docs-docflow.textin.ai/docflow-global/en/01-upload/response.md) - [File Format Support](https://docs-docflow.textin.ai/docflow-global/en/01-upload/support_format.md) - [Task Status Query](https://docs-docflow.textin.ai/docflow-global/en/01-upload/task_status.md): Learn how to query task status, failure reasons, task duration, and other information - [Upload by URLs](https://docs-docflow.textin.ai/docflow-global/en/01-upload/upload_by_urls.md): Upload documents to DocFlow using file URLs - [Synchronous Upload](https://docs-docflow.textin.ai/docflow-global/en/01-upload/upload_sync.md): Upload file synchronously and wait for processing to complete, returning processing results directly - [Quickstart](https://docs-docflow.textin.ai/docflow-global/en/02-workspace/quickstart.md): Quick API integration of workspace management features - [Coordinate System](https://docs-docflow.textin.ai/docflow-global/en/03-parse/coordinate.md) - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/03-parse/quickstart.md): Reference examples to quickly integrate document parsing functionality with APIs - [Parsing Result Visualization](https://docs-docflow.textin.ai/docflow-global/en/03-parse/visualization.md): How to obtain precise coordinates from parsing results and display them on the interface - [Amend File Category](https://docs-docflow.textin.ai/docflow-global/en/04-classify/amend_category.md): For normal tasks, use the amend category API to modify file categories - [Specify Classification Upload](https://docs-docflow.textin.ai/docflow-global/en/04-classify/manual.md): Specify the file category during upload to skip the automatic classification process and proceed directly to extraction. - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/04-classify/quickstart.md): Reference examples to quickly integrate document classification functionality with APIs - [Classification Only](https://docs-docflow.textin.ai/docflow-global/en/04-classify/target_process.md) - [Amend File Category (Multi-Image Crop)](https://docs-docflow.textin.ai/docflow-global/en/05-split/amend_category_crop.md): For multi-image crop tasks, use the amend category API to modify the category of cropped files - [Amend File Category (File Split)](https://docs-docflow.textin.ai/docflow-global/en/05-split/amend_category_split.md): For file split tasks, use the amend category API to modify the category and page numbers of split files - [Multi-Image Cropping](https://docs-docflow.textin.ai/docflow-global/en/05-split/crop.md): Intelligently recognize and crop documents containing multiple independent images on one page, supporting scenarios like expense receipt pasting - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/05-split/quickstart.md): Reference examples to quickly integrate document splitting functionality with APIs - [File Splitting](https://docs-docflow.textin.ai/docflow-global/en/05-split/split.md) - [Extract Specific Fields](https://docs-docflow.textin.ai/docflow-global/en/06-extract/extract_specific_fields.md): Extract additional fields or re-extract existing fields for tasks that have completed extraction - [Basic Field Information](https://docs-docflow.textin.ai/docflow-global/en/06-extract/fields.md): Detailed explanation of field information structure and processing methods in document extraction - [Handwriting Information](https://docs-docflow.textin.ai/docflow-global/en/06-extract/handwritings.md): Detailed explanation of handwriting information structure and processing methods in document extraction - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/06-extract/quickstart.md): Reference examples to quickly integrate document extraction functionality with APIs - [Stamp Information](https://docs-docflow.textin.ai/docflow-global/en/06-extract/stamps.md): Detailed explanation of stamp information structure and processing methods in document extraction - [Table Field Information](https://docs-docflow.textin.ai/docflow-global/en/06-extract/tables.md): Detailed explanation of table field information structure and processing methods in document extraction - [Create Review Task](https://docs-docflow.textin.ai/docflow-global/en/07-review/create_task.md): Create review tasks via REST API - [Get Review Results](https://docs-docflow.textin.ai/docflow-global/en/07-review/get_result.md): Get review task results via REST API and use review results - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/07-review/quickstart.md): Learn how to use the intelligent review feature in the interface - [Retry Review Task](https://docs-docflow.textin.ai/docflow-global/en/07-review/retry_task.md): Retry review tasks or specific rules in review tasks via REST API - [Rule Repository Management](https://docs-docflow.textin.ai/docflow-global/en/07-review/rule_management.md): Manage review rule repositories, rule groups, and rules via REST API - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/08-delete/quickstart.md): Reference examples to quickly integrate document deletion functionality with API - [Quick Start](https://docs-docflow.textin.ai/docflow-global/en/09-retry/quickstart.md): Reference examples to quickly integrate document retry functionality with API - [Fields Management](https://docs-docflow.textin.ai/docflow-global/en/10-category-management/fields_management.md): Manage regular fields and table fields under file categories - [Quickstart](https://docs-docflow.textin.ai/docflow-global/en/10-category-management/quickstart.md): Quick API integration of file category management features - [Samples Management](https://docs-docflow.textin.ai/docflow-global/en/10-category-management/samples_management.md): Manage sample files for file categories - [Tables Management](https://docs-docflow.textin.ai/docflow-global/en/10-category-management/tables_management.md): Manage table configurations under file categories - [Chinese Category Parameter Passing Issues](https://docs-docflow.textin.ai/docflow-global/en/100-faq/chinese_category_param.md): Solving issues with Chinese or other non-English category names in API parameter passing - [How to Get Enterprise ID](https://docs-docflow.textin.ai/docflow-global/en/100-faq/get_enterprise_id.md) - [How to Get Workspace ID](https://docs-docflow.textin.ai/docflow-global/en/100-faq/get_workspace_id.md) - [OpenAPI File Download](https://docs-docflow.textin.ai/docflow-global/en/100-faq/openapi_download.md) - [How to Configure File Categories](https://docs-docflow.textin.ai/docflow-global/en/100-faq/setup_category.md) ## OpenAPI Specs - [openapi.bundle](https://docs-docflow.textin.ai/docflow-global/en/rest-api/openapi.bundle.yaml) - [openapi_full](https://docs-docflow.textin.ai/_archive/cn/rest-api/openapi_full.yaml) - [openapi](https://docs-docflow.textin.ai/api-reference/openapi.json)