How to batch publish articles and upload images through the content import interface of Anqi CMS?
How to batch publish articles and upload images through the content import interface of Anqi CMS?
You can access the detail information by making an HTTP GET request to the /api/archive/detail route using the filename parameter.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/archiveDetail.md#11#3
The domain requested uses the ?filename parameter in the /api/archive/detail route.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/archiveDetail.md#11#4
Attachments can be uploaded by sending a POST request.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/attachmentUpload.md#5#0
AnQiCMS uploaded an image to a specific path.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/archiveDetail.md#13#1
AnQiCMS provided a thumbnail link.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/archiveDetail.md#13#2
The category field names include id, parent_id, title, etc.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/archiveDetail.md#8#0
The field content indicates the category content details, of type string.
Based on: /Users/fesion/data/backend/graphwrite/test-data/api/archiveDetail.md#8#9
Through the content import interface of Anqi CMS, articles and images can be published in batches and uploaded.