Authentication
Last updated
Last updated
To interact with the SplxAI Platform API, all users, including those on free accounts, can generate a Personal Access Token for authentication.
To learn how to obtain your personal access token, refer to the section in the documentation.
Once you've obtained your personal access token, include it in the X-Api-Key header of your API requests.
Example Request:
If the Authorization header is not provided, or if an invalid token is used, the API will return a 401 Unauthorized error. This response indicates that authentication is required to access the requested resource.
Example Response: