Where can I find the API Reference?
The Directus API Reference is a powerful document that shows us the different ways we can query the API, including filters and pagination.
What is the URL for Images?
Rather than link to the images directly, you can use Directus to deliver images to your application with ease and security. Best of all, you can optimize images for web using the built in parameters.
How to Configure the Mailservice
Adding a mail service to Directus is very important, without this configured, user's will not receive any emails from Directus including password reset tokens.
How to create an API Key
You can create a new API key in the User Directory. Here you can generate a token and assign a role for the permissions.
How to use API Authentication
Every API is different when it comes to Authentication but in Directus, all you need is a Bearer token.
How to create an API Authentication Token
Create a new access token in the User Directory. Here you can generate a token and assign a role.
How to trigger a Flow
Run automated workflows using Directus Flows. These can be triggered by user events, external webhooks or scheduled timepoints.
How to sort the Directus API
Sorting your data is essential for optimizing your connections. Especially when dealing with a lot of data.
How to filter the Directus API
Filtering your data is essential for optimizing your connections. Especially when dealing with a lot of data.
What is the Directus API URL?
The Directus API is a powerful tool that connects your database to your website or device with ease. There are 2 frameworks to choose from, REST API or GraphQL.