The Content API is the fundamental API for retrieving and registering data in microCMS. Typically, data obtained from this API is used to build websites and applications.
https://{SERVICE_ID}.microcms.io
This is the API used to retrieve content. When using data registered from the management screen, this API is utilized. There are two types of APIs for retrieving the content list and the content details.
This is the API for creating content. It is used for migrating content from other CMSs and managing simple form submission data.
The POST API automatically generates a content ID, while the PUT API allows you to specify a custom content ID.
This is an API for rewriting the content of registered content. It is used in cases where the contents of an external database are batch processed and linked to the CMS.
This is the API for deleting registered content.