Skip to main content

20 docs tagged with "API"

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.

Documents

Learn what a Document is in Strapi v5

Filters

Use Strapi's REST API to filter the results of your requests.

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.

How to populate creator fields

Learn how to populate creator fields such as createdBy and updatedBy by creating a custom controller that leverages the populate parameter.

Locale

Browse the REST API reference for the locale parameter to take advantage of the Internationalization feature through REST.

Parameters

Use API parameters to refine your Strapi REST API queries.

Relations

Use the REST API to manage the order of relations

REST API Guides

Deep dive into some specific REST API topics using guides that extensively explain some use cases or give step-by-step instructions.

REST API reference

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

Status

Use Strapi's REST API to work with draft or published versions of your documents.

Understanding populate

Learn what populating means and how you can use the populate parameter in your REST API queries to add additional fields to your responses.

Upload files

Learn how to use the /api/upload endpoints to upload files to Strapi with the REST API.