Overview
Extruct API uses Bearer Token Authentication for all API requests. You must include your API token in theAuthorization
header of each request.
Getting Your API Token
You can generate and manage API tokens from the Extruct AI Dashboard.Using Your API Token
Include your API token in theAuthorization
header for all requests:
Testing Authentication
To verify your authentication, make a GET request to the/v1/user
endpoint. This will return details about the authenticated user.
Request
Response Example
401 Unauthorized
response.
If you experience issues, regenerate your API token from the Extruct AI Dashboard or contact support.
You’re now ready to authenticate and interact with Extruct API!