Tiny URLs today. A full compression platform tomorrow.
TinyThis starts with secure, API-first URL shortening and is structured for future tools like image, PDF, video, and file compression.
Shorten endpoint
POST /api/v1/links/shorten
curl -X POST https://www.tinythis.com/api/v1/links/shorten \
-H "Authorization: Bearer tinythis_test_key_please_change" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com/some/long/path"}'