Skip to content

AceDataCloud/ShortURLAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Short Link Generation API

Turn long URLs into compact, shareable short links served from suro.id.

Platform API Docs

API home page: Ace Data Cloud - Short Link Generation

Keywords: shorturl-api, short-link, url-shortener, suro.id, link-generation, rest-api, ai-api, AI API, REST API, Developer API, Ace Data Cloud

Why Use Short Link Generation on Ace Data Cloud

  • Unified developer platform with one API key, billing system, and usage tracking
  • Production-ready API endpoints served from https://api.acedata.cloud
  • English integration guides, API references, and service documentation
  • Global-ready workflow for developers building chat, image, video, music, and search products

Overview

The Short URL API generates a short link for a given long URL. Send the original URL in content and receive a shortened url in the response.

Application Process

To use the Short URL API, apply for the corresponding service on the Short URL API page. After entering the page, click the "Acquire" button.

There is a free quota available for first-time applicants, allowing you to use this API for free.

Quick Start

curl --request POST "https://api.acedata.cloud/shorturl" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "content": "https://platform.acedata.cloud/service/shorturl"
  }'

APIs and Guides

API Path Integration Guidance
Short URL API /shorturl Short URL API Integration Guide

Related Resources

Support

If you meet any issue, please check support info or browse the latest documentation on docs.acedata.cloud

About

AceDataCloud ShortURL API integration guides

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors