These examples demonstrate a few potential uses of the Synthesio APIs.
The examples are implemented in Python and make use of the "requests" library, so make sure these are installed.
To run an example:
- read its README.md file to understand what it does
- copy its config.sample.ini file to something like myconfig.ini
- fill out the placeholders in that newly created config file
- from this directory, run
python -m examples.example_name -c examples/example_name/myconfig.ini