short-url
Installation
SKILL.md
Short URL Service
Create short URLs through AceDataCloud's URL shortening API.
Setup: See authentication for token setup.
Quick Start
curl -X POST https://api.acedata.cloud/shorturl \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"content": "https://example.com/very-long-url-path?with=params"}'