API Reference
Authentication
Learn how to authenticate into Extruct API.
Overview
Extruct API uses Bearer Token Authentication for all API requests. You must include your API token in the Authorization
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 the Authorization
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
If your token is invalid or missing, you’ll receive a 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!