# S.EE > S.EE is a link management platform for shortening URLs, generating QR codes, sharing text and files — with built-in analytics, custom domain support, and a REST API. All plans are paid; there are no free accounts. S.EE provides URL shortening with custom slugs, custom domains, password protection, expiration, geo/device/language targeting, UTM parameters, and parameter passing. QR codes can be customized with colors and logos and exported as PNG, SVG, or PDF. Text sharing supports plain text, source code with syntax highlighting, and markdown. File sharing supports images, documents, audio, video, and archives. All content types include click/scan analytics with geographic, device, browser, and referrer data. The API base URL is `https://s.ee/api/v1`. Authentication uses a Bearer token in the `Authorization` header. All responses return JSON with `code`, `message`, and `data` fields. A code of 200 indicates success. ## Pricing All plans are paid; there are no free accounts. 30-day money-back guarantee. - Lite: $5.99/month — 600 links/month, 100 GB storage, 1 custom domain, 2 team members - Pro: $19.99/month — 5,000 links/month, 500 GB storage, 5 custom domains, 10 team members - Premium: $199.99/month — Unlimited links, 5 TB storage, 10 custom domains, 20 team members - Enterprise: Custom pricing — Contact sales - Annual billing saves approximately 17% - [Pricing Details](https://s.ee/pricing/): Full pricing comparison and feature breakdown ## Features - [URL Shortener](https://s.ee/pages/url-shortener/): Custom slugs, password protection, expiration, geo/device targeting - [Text Sharing](https://s.ee/pages/text-sharing/): Share plain text, code with syntax highlighting, and markdown - [File Sharing](https://s.ee/pages/file-sharing/): Upload and share files with direct download links - [QR Codes](https://s.ee/pages/qr-codes/): Dynamic QR codes with custom colors, logos, and multiple export formats - [Link Analytics](https://s.ee/pages/link-analytics/): Real-time click tracking with geographic, device, and referrer data - [A/B Testing](https://s.ee/pages/ab-testing/): Smart routing by country, device, language, or percentage split - [Custom Domains](https://s.ee/pages/custom-domains/): Use your own branded domain for short links - [Browser Extensions](https://s.ee/pages/browser-extensions/): One-click shortening for Chrome, Firefox, and Edge ## Solutions - [For Marketers](https://s.ee/solutions/marketing/): Campaign tracking, UTM parameters, and performance analytics - [For Creators & Influencers](https://s.ee/solutions/creators/): Bio links, branded short URLs, and audience insights - [For Teams & Agencies](https://s.ee/solutions/teams/): Shared workspaces, role-based access, and team analytics - [QR-Based Campaigns](https://s.ee/solutions/qr-campaigns/): Dynamic QR codes for print, packaging, and in-store displays ## Documentation - [Overview](https://s.ee/docs/): Platform overview, key features, and pricing plans - [Links](https://s.ee/docs/links/): How to create and manage short links - [QR Codes](https://s.ee/docs/quick-response-codes/): Create and customize QR codes with analytics - [Text Sharing](https://s.ee/docs/text-sharing/): Share plain text, code snippets, and markdown - [File Sharing](https://s.ee/docs/file-sharing/): Upload and share files with supported types and storage limits - [Image Hosting](https://s.ee/docs/image-hosting/): Bulk image uploads with clipboard paste and WebP conversion - [Custom Domains](https://s.ee/docs/custom-domains/): Set up branded short link domains with DNS configuration - [Official Domains](https://s.ee/docs/official-domains/): Full list of S.EE-operated domains by plan tier - [Security & Anti-Abuse](https://s.ee/docs/security/): Abuse prevention, content scanning, and reporting - [Troubleshooting](https://s.ee/docs/troubleshooting/): Common error messages and solutions - [Sign Up](https://s.ee/docs/signup/): Account creation guide - [Login](https://s.ee/docs/login/): Authentication and password reset ## API Reference - [API Getting Started](https://s.ee/docs/developers/): Authentication, base URL, and example requests - [API Endpoints](https://s.ee/docs/developers/api/): Full list of all API endpoints - [Create Short URL](https://s.ee/docs/api/CreateShortUrl/): POST /api/v1/shorten — create a short link with optional custom slug, password, expiration, and tags - [Create Short URL (Simple Mode)](https://s.ee/docs/api/CreateShortUrlSimpleMode/): GET /api/v1/shorten — create via query parameters, ideal for bookmarklets - [Update Short URL](https://s.ee/docs/api/UpdateShortUrl/): PUT /api/v1/shorten — update destination URL or title - [Delete Short URL](https://s.ee/docs/api/DeleteShortUrl/): DELETE /api/v1/shorten — permanently remove a short link - [Get Available Domains](https://s.ee/docs/api/GetAvailableDomains/): GET /api/v1/domains — list domains for short URLs - [Get Link Visit Statistics](https://s.ee/docs/api/GetLinkVisitStat/): GET /api/v1/link/visit-stat — daily, monthly, or all-time click stats - [Create Text Sharing](https://s.ee/docs/api/CreateText/): POST /api/v1/text — share text with plain_text, source_code, or markdown type - [Update Text Sharing](https://s.ee/docs/api/UpdateText/): PUT /api/v1/text — update content and title - [Delete Text Sharing](https://s.ee/docs/api/DeleteText/): DELETE /api/v1/text — permanently remove a text share - [Get Text Available Domains](https://s.ee/docs/api/GetTextAvailableDomains/): GET /api/v1/text/domains - [Upload File](https://s.ee/docs/api/UploadFile/): POST /api/v1/file/upload — multipart/form-data file upload - [Get File Upload History](https://s.ee/docs/api/GetFileHistory/): GET /api/v1/files — paginated list of uploaded files - [Delete File](https://s.ee/docs/api/DeleteFile/): GET /api/v1/file/delete/{hash} — delete by hash key - [Get File Available Domains](https://s.ee/docs/api/GetFileAvailableDomains/): GET /api/v1/file/domains - [Get All Tags](https://s.ee/docs/api/GetTags/): GET /api/v1/tags — list tags for organizing links and texts - [Get Usage](https://s.ee/docs/api/GetUsage/): GET /api/v1/usage — account quotas and current usage counts ## SDKs & Tools - [SDKs](https://s.ee/docs/developers/sdk/): Official SDKs for PHP, TypeScript, Go, Python, Java, Rust, and Zig - [CLI](https://s.ee/docs/developers/cli/): Command-line client for terminal workflows (Go) - [Apps](https://s.ee/docs/developers/apps/): Official native apps for iOS and Android - [Desktop App](https://s.ee/docs/developers/desktop/): Native desktop app for Linux and macOS, Windows in development - [Browser Extensions](https://s.ee/docs/browser-extensions/): Chrome, Firefox, and Edge extensions for one-click shortening - [MCP Server](https://s.ee/docs/developers/sdk/#mcp-server): Model Context Protocol server for AI/LLM integrations - [SM.MS Compatibility](https://s.ee/docs/developers/smms-compatibility/): Migration guide from legacy SM.MS image hosting API ## Integrations - [PicGo](https://s.ee/docs/picgo/): Upload images from PicGo desktop app - [ShareX](https://s.ee/docs/sharex/): Upload files and images from ShareX on Windows - [YOURLS](https://s.ee/docs/yourls/): Migration from YOURLS self-hosted URL shortener ## Blog - [Best URL Shorteners](https://s.ee/blog/best-url-shorteners/): Comparison of top URL shortening services - [What is a URL Shortener?](https://s.ee/blog/what-is-a-url-shortener/): Comprehensive guide to URL shorteners - [What is Link Management?](https://s.ee/blog/what-is-link-management-guide/): Complete guide to link management - [Best Link Management Tools](https://s.ee/blog/best-link-management-tools/): Comparison of link management platforms - [What is a URL?](https://s.ee/blog/what-is-a-url/): Everything you need to know about URLs - [What is a Vanity URL?](https://s.ee/blog/what-is-a-vanity-url/): Guide to branded and vanity URLs - [What is a URL Redirect?](https://s.ee/blog/what-is-a-url-redirect/): Understanding URL redirects and their types - [Branded Links](https://s.ee/blog/branded-links/): Why branded short links improve click-through rates - [How to Create a QR Code](https://s.ee/blog/how-to-create-a-qr-code-for-any-link/): Step-by-step QR code creation guide - [How to Create SEO-Friendly URLs](https://s.ee/blog/how-to-create-seo-friendly-urls/): URL structure best practices for SEO - [How to Shorten Affiliate Links](https://s.ee/blog/how-to-shorten-affiliate-links-for-better-marketing-roi/): Affiliate link optimization guide - [How to Share Files Online](https://s.ee/blog/how-to-share-files-online/): Secure file sharing methods - [How to Share Text Online](https://s.ee/blog/how-to-share-text-online/): Text and code sharing guide - [How Does Link Click Tracking Work?](https://s.ee/blog/how-does-link-click-tracking-work/): Technical explanation of click analytics - [What Are Short Link Analytics?](https://s.ee/blog/what-are-short-link-analytics/): Understanding link analytics data - [What is a UTM Tracking Link?](https://s.ee/blog/what-is-a-utm-tracking-link/): Guide to UTM parameters and campaign tracking - [7 Strategies to Improve Click-Through Rates](https://s.ee/blog/7-strategies-improve-click-through-rates/): CTR optimization techniques - [11 Ways Businesses Use QR Codes](https://s.ee/blog/11-ways-businesses-are-using-qr-codes/): Business QR code use cases - [Best Alternatives to MediaFire](https://s.ee/blog/best-alternatives-to-mediafire/): File sharing service comparison - [Best Pastebin Alternatives](https://s.ee/blog/best-pastebin-alternatives/): Text sharing platform comparison ## Optional - [Free URL Shorteners](https://s.ee/docs/free-url-shorteners/): Comparison of free URL shortening services - [Awesome S.EE](https://s.ee/docs/awesome/): Community resources and third-party integrations - [Privacy Policy](https://s.ee/privacy/): Data handling practices - [Terms of Service](https://s.ee/terms/): Service agreement - [Acceptable Use Policy](https://s.ee/aup/): Content and usage rules