API authentication

There are two methods to authenticate with the Filerobot API:

MethodUse case
API Secret KeysBest for server-to-server upload and interaction with the Filerobot store, for example for migrating large bulks of media assets from another Cloud storage service or uploading large amounts of media assets from your server.
Security Templates Templates for generating Access Keys with limited validity and permissions, adapted to frontend browser uploads.

Regardless of which authentication method you use, the API key needs to be included as part of the X-Filerobot-Key HTTP header in your requests:

X-Filerobot-Key: FILEROBOT_API_KEY