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"}'

Workflows

1. Create a Short URL

Related skills

More from acedatacloud/skills

Installs
9
GitHub Stars
6
First Seen
Apr 6, 2026