Under apis you will find a list of all available Fetch AI's APIs.
Under the agentverse-client/agentverse_client directory, you will find a functional clients to interact with the latest version of the services' API in question.
You can also get information about the API running our web app, where all Fetch AI's APIs docs are exposed using swagger & redocs.
To run the server and get the live documentation:
Go to the project root and execute:
poetry shell
poetry install # if necessary (~ just first time)
make run-web-server