- /ross
- /plot/<plot_point>
- Plot points are:
- inciting-event
- first-plot-point
- first-pinch-point
- midpoint
- second-pinch-point
- third-plot-point
- climax
- climactic-moment
- resolution
- notes
- Plot points are:
- /lyric/beyonce
- You can use any artist available on Spotify.
- If the model for that artist is not on the server, it will take a few minutes to generate a model.
- /prompt
- /kant/available
- Available titles are:
- critique of pure reason
- critique of practical reason
- Available titles are:
- /kant/short_sentence/<string:title>
- /kant/sentence/<string:title>
Open a terminal and run the following commands:
# Create a virtual environment
python3 -m venv venv
# Activate the virtual environemnt
. venv/bin/activate
# Install required libraries
pip install -r requirements.txt
# Start the development server
python3 app.py
This API can be automatically deployed to a server using this Ansible code: https://github.com/kantsdog/flowriter_studio_deploy