Loading...
Loading...
Create short URLs via AceDataCloud API. Use when generating shortened links for sharing, or batch-creating multiple short URLs at once. Supports custom slugs and expiration.
npx skill4agent add acedatacloud/skills short-urlSetup: See authentication for token setup.
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"}'POST /shorturl
{
"content": "https://example.com/article/2024/awesome-content"
}{
"data": {
"url": "https://suro.id/abc123"
},
"success": true
}| Parameter | Required | Description |
|---|---|---|
| Yes | The original long URL to shorten |
suro.idcontentMCP:| Hosted:pip install mcp-shorturl| See all MCP servershttps://short-url.mcp.acedata.cloud/mcp