Welcome to my personal API service - a collection of utility endpoints for various needs.
- Pastebin Service: Create and retrieve text snippets securely. Documentation
- More services coming soon...
Before running the API, configure the following environment variables:
export UNKEY_ROOT_KEY=<Your root key from app.unkey.com/settings/root-keys>
export UNKEY_API_ID=<Your Project API ID>
export BASE_URL=http://localhost:8080
- Set up environment variables
- Start the API server
- Use the services as documented in their respective documentation files