Introduction
Welcome to the PSYKHE AI API! Our API provides a set of HTTP JSON endpoints that grant access to all available features and tools.
General Usage
- All responses are in JSON format.
- For POST requests, the request body must be in JSON format.
- Ensure that the
Content-Type
header is set toapplication/json
.
- Ensure that the
This documentation will guide you through authentication, request structure, available endpoints, and best practices for integrating PSYKHE AI into your application.