The structurer-api is the backend to the structurer.
Create a .env
file from the provided .env.example
. As value for DEFAULT_OPENAI_KEY you should set an openai API key.
You can start the API with
docker compose up
The API should then be accessible from localhost:8000