Document Service API
The Document Service API is the recommended way to interact with your content from the back-end server or from plugins.
The Document Service API is the recommended way to interact with your content from the back-end server or from plugins.
The GraphQL API allows querying and mutating content-types with filtering, sorting, and pagination. It uses documentId as the unique identifier and provides singular and plural queries with support for relations, media fields, components, dynamic zones, and localization.
Interact with your Content-Types using the REST API endpoints Strapi generates for you.
The Strapi Client library simplifies interactions with your Strapi back end, providing a way to fetch, create, update, and delete content.