Skip to main content

5 docs tagged with "documentId"

View all tags

Document Service API

The Document Service API is the recommended way to interact with your content from the back-end server or from plugins.

GraphQL API

The GraphQL API allows performing queries and mutations to interact with the content-types through Strapi's GraphQL plugin. Results can be filtered, sorted and paginated.

REST API reference

Interact with your Content-Types using the REST API endpoints Strapi generates for you.

Strapi Client

The Strapi Client library simplifies interactions with your Strapi back end, providing a way to fetch, create, update, and delete content.