API Key

API Key authentication is a secure and simple way to access the Instantuploader API. By generating an API key, you can access your data without having to go through a complex authentication process.

Generating an API Key.

To generate an API key, you need:

  1. Log in to your account on https://app.instantuploader.com.

  2. Navigate to the "/apiKeys" page (https://app.instantuploader.com/settings/apiKeys).

  3. Click on the "Add API Key" button.

  4. A new API key block will be displayed on the page, which contains the API key and several icons for regenerating the key, copying it to the clipboard, and revealing it (if it's hidden).

  5. It's recommended that you select a user on behalf of which this key will work.

To use your API key:

GET /account HTTP/1.1
Host: api.instantuploader.com
Authorization: Bearer <your-api-key>

If you want more functionality and a more secure way, you will have to consider other options like JWT authentication.

We hope this helps you get started with the Instantuloader API. If you have any questions or feedback, please don't hesitate to contact us.

Last updated