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

722 B

API Reference

Directus offers both a RESTful and GraphQL API to manage the data in the database. The API has predictable resource-oriented URLs, relies on standard HTTP status codes, and uses JSON for input and output.

::: tip Dynamic I/O

Since most endpoints return data based on your specific schema and configured permissions, the input/output of the API differs greatly for individual installations.

:::