API Authorization Guide
To interact with the NLPearl.AI API, you need to authenticate your requests by including your Account ID and API secret key in the request header. This ensures that your API calls are secure and correctly attributed to your account.Authorization Header Format
Include the following authorization header in all your API requests:AccountId:SecretKey
.
For example:
Example API Request
Here’s an example of how to set up the Authorization header for an API request using cURL:66552698d60e456235eae520
and tWPqr5EEZv2dxqutv58NsCg7NuqGc1tX
with your actual Account ID and API secret key.