AnQiCMS supports bulk importing content from ZIP files via the API interface.

ZIP file structure

The ZIP file contains multiple HTML files, each corresponding to an article. The filename or file content must include the title information.

Import method

Upload a ZIP file via the API interface, the system will automatically unzip and import each HTML file one by one. Or you can unzip it yourself and import each one via the API.

HTML format

HTML files use standard HTML tags, AnQiCMS can directly parse the content. It is recommended to use H1 or title tags to identify the article title.

Category configuration

Specify the category ID when importing. All imported articles will be categorized under this category. You can also include a category mapping file in the ZIP.

Applicable scenarios

Suitable for static website migration, historical document import, and other scenarios. Efficient in batch processing HTML files.