SieloTech API docs

Authentication

To use the SieloTech API, you need to authenticate your requests. You need an API key for authentication.

API Keys

All API endpoints require the API key passed in the Authorization header like so:

Authorization: YOUR_API_KEY

I'm finishing to build the dashboard to create and manage personal API keys. For now, the following Beta API key is available for free:

8d9745db-98ba-4279-86ac-025b865ae656

You can use it to test the API freely. Please be aware that this key is shared by everyone and rate limited, it must not be used for production environments.

Getting Started

Here's how to get started with authentication (skip the first 3 steps if you're using the Beta API key):

  • Sign up for a SieloTech account on the SieloTech dashboard (Not yet available)
  • Navigate to the API section in your dashboard (Not yet available)
  • Generate a new API key (Not yet available)
  • Include this key in the header of your API requests

Security Best Practices

Keep your API keys secure and follow these best practices:

  • Never expose your API key in client-side code
  • Use environment variables to store your API keys