# API This folder contains a simple API built with [RoAPI](https://github.com/roapi/roapi) to serve the datasets that are available in the [Datonic's Hugging Face Organization](https://huggingface.co/datonic). To upload the datasets to the Hugging Face Space, you can use the following command: ```bash uv run huggingface-cli upload --token=$HUGGINGFACE_TOKEN datonic/api --repo-type=space --delete "*" ./api . ```