Skip to main content

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 to application/json.

This documentation will guide you through authentication, request structure, available endpoints, and best practices for integrating PSYKHE AI into your application.