API Reference
Get Link Visit Statistics
Retrieves click/visit statistics for a specific short URL. You can get daily, monthly, or all-time statistics by specifying the period parameter.
Query Parameters
domain*string
The domain of the short URL (e.g., s.ee)
slug*string
The slug of the short URL (e.g., abc123)
period?string
Statistics time range: daily (today), monthly (this month), or totally (all-time, default)
Header Parameters
Authorization*string
Your API key
Response Body
application/json
curl -X GET "https://s.ee/api/v1/link/visit-stat?domain=string&slug=string" \ -H "Authorization: string"{
"code": 0,
"data": {
"visit_count": 0
},
"message": "string"
}Get Available Domains for Short URLs GET
Returns a list of all domains available for creating short URLs with your account. Use these domain values when calling the Create Short URL endpoint.
Create Text Sharing POST
Creates a shareable text snippet with a unique URL. Perfect for sharing code, notes, or any text content. Supports plain text, source code (with syntax highlighting), and Markdown formatting.