While Dropshare natively supports the URL shortener kutt.it, using a self-hosted instance of it requires to use a "Custom (advanced)" URL shortener in Dropshare.
The following settings are required:
Endpoint |
http://your-shortener.tld/api/v2/links Replace your-shortener.tld with the domain name of your kutt.it instance |
URL Parameter | POST, "target" |
Auth. Parameter |
Header, "X-API-Key", "your-api-key" Replace your-api-key with the API key of your user account |
Response Format | JSON, "link" |
Last updated: