Overview
The s.ee API is a set of RESTful web services that allow you to create, read, update, and delete short URLs.
Overview
s.ee stands as the most globally trusted platform for link management. By leveraging the s.ee API, you can harness the complete potential of your links through automated customization, mobile deep linking, and comprehensive click analytics.
Eager to delve directly into the experience? Consult the API reference for a comprehensive list of endpoints.
While link shortening represents s.ee's most fundamental feature, our clientele harnesses the s.ee API to generate and disseminate links on a vast scale through integrated applications and SMS services.
Prerequisites for Commencement
Familiarity with the Product. Peruse our Help Center for foundational knowledge. When engaging with end-users, note that certain terms displayed in the web application are abbreviated in the backend. The most frequently encountered terms, along with their API equivalents, are short links and custom domains.
A s.ee Account. Ensure you have access to an account and verify the link limits associated with your plan.
As you explore this developer site, you will encounter further details on these and various other subjects, so let us embark on this journey!
Generate an Access Token
To generate an access token, employ the POST method directed at the /v4/shorten
endpoint. Ensure to include your access token within the headers of your request. An example of the required format is as follows: Authorization: Bearer token
.
For a comprehensive understanding of the request body, please consult the API reference.
Upon a successful request, the response will contain the shortened link within the link object. To explore the full spectrum of available endpoints, kindly refer to our API reference.