To generate an API key, log in to your TensorPix account, open the dropdown menu by clicking on your email in the top right corner, and click on the Settings menu.
โ
You will find the For Developers section on the Settings page. Here, you can generate new API keys, and revoke existing ones.
โ
Only one API key can be active at a time. You can revoke an existing key and generate a new one at any time you like. The API key can't expire.
Token Auth
To authenticate your API calls, add the following Authentication header to your requests:
Authorization: Token <YOUR API KEY>