Quick Start
Get your API keys
Make your first request
curl https://permastore.app/api/v1/request/create
-u YOUR_API_KEY:
-d contents='My first message'
-d format='plaintext'// php example coming soon!Last updated