Files
directus/docs/reference/api/rest/introduction.md
2021-02-08 17:31:07 -05:00

1.6 KiB

pageClass
pageClass
page-reference

REST API

The Directus dynamic REST API includes a comprehensive set of endpoints that covers every feature of the platform. Along with the GraphQL API, it is the primary way to interact with the content of your database.

::: tip API Authentication

To access any of these REST API endpoints, you'll first need to authenticate or request data that has been set to public.

:::

::: tip Items Endpoint

Chances are you're looking for how to interact with Items, the atomic content unit within Directus. If so, please jump ahead to the Items Endpoint section of the API Reference.

:::