This section provides quick access to essential tools for testing and exploring the Node.js API. Remove this section if you are not maintaining API reference documentation.
Interactive documentation and testing tools for the Python API endpoints.

API Documentation

Local Setup Required: The Swagger UI and Redocly documentation links above will only be accessible after you have completed a local setup of Weam AI. These interactive documentation tools run on your local instance at the specified URLs.

Authentication

All requests require Bearer Token authentication:
curl -H "Authorization: Bearer your-token" \
     -H "Content-Type: application/json" \
     http://localhost:9089/pyapi/endpoint

Base URL

http://localhost:9089/pyapi