short-url
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
POST /shorturl
{
"content": "https://example.com/article/2024/awesome-content"
}
Response:
{
"data": {
"url": "https://suro.id/abc123"
},
"success": true
}
Parameters
| Parameter | Required | Description |
|---|---|---|
content |
Yes | The original long URL to shorten |
Gotchas
- Short URLs use the
suro.iddomain - Results are returned synchronously — no task polling needed
- The
contentfield must be a valid URL to shorten
MCP:
pip install mcp-shorturl| Hosted:https://short-url.mcp.acedata.cloud/mcp| See all MCP servers
More from acedatacloud/skills
seedream-image
Generate and edit AI images with Seedream (ByteDance) via AceDataCloud API. Use when creating images from text prompts, editing existing images, or working with high-resolution outputs. Supports Seedream 3.0 T2I, 4.0, 4.5, 5.0, and SeedEdit 3.0 models.
9flux-image
Generate and edit images with Flux (Black Forest Labs) via AceDataCloud API. Use when creating images from text prompts, editing existing images with text instructions, or when high-quality image generation is needed. Supports multiple Flux models including dev, pro, ultra, and kontext for editing.
9veo-video
Generate AI videos with Google Veo via AceDataCloud API. Use when creating videos from text descriptions, animating still images into video, upscaling/extending videos, re-shooting with new camera motion, or inserting/removing objects. Supports Veo 2, Veo 3, and Veo 3.1 models including fast variants.
9sora-video
Generate AI videos with OpenAI Sora via AceDataCloud API. Use when creating videos from text prompts, generating videos from reference images, or using character references from existing videos. Supports text-to-video, image-to-video, and character-driven generation with multiple models and resolutions.
8ai-chat
Access 50+ LLM models through a unified OpenAI-compatible API via AceDataCloud. Use when you need chat completions from GPT, Claude, Gemini, DeepSeek, Grok, or other models through a single endpoint. Supports streaming, function calling, and vision.
8nano-banana-image
Generate and edit AI images with NanoBanana (Gemini-based) via AceDataCloud API. Use when creating images from text prompts or editing existing images with text instructions. Supports nano-banana, nano-banana-2, and nano-banana-pro models.
8