Generating Your API Key
- Navigate to the Developer Page: Log in to your Precept account and go to the Developer page.
- Generate a New Key: Click the “Generate New API Key” button. This will create a new, unique key for your account.
Important: Your API key is a secret and should be treated like a password. Do not share it publicly or commit it to version control.
Making Authenticated Requests
To authenticate your API requests, you must include your API key in theAuthorization header of every request, using the Bearer authentication scheme.
Here is an example of how to include the header in a curl request:
YOUR_API_KEY with the key you generated in the Developer Dashboard.
