Overview of 301LINK documentation
301LINK Documentation
301LINK is a lightweight and anonymous link shortener with an open API. Accounts are anonymous, access is private, and the links are short.
End Users
End users should register for an account at the Account Page, and access their URLs from the Dashboard Page. The remainder of this document is dedicated to using the API.
API Overview
- Call
/v1/new_accountto receive an access code (UUID). This code authenticates all subsequent requests. - Call
/v1/linkwith your long URL and access code. - Point users to
https://301link.com/{shortcode}or call/v1/get/{shortcode}directly.
Documentation Sections
API Reference
- API Overview & Quick Start — All REST endpoints with examples
- Authentication — How to authenticate your requests
- Data Types — Response object schemas
Base URL
The API is served from:
https://api.301link.com/v1
All endpoints are prefixed with /v1/. For example, to resolve the shortcode abcd:
GET https://api.301link.com/v1/get/abcd
Limits
New accounts have 20 links maximum.
Rate limits are imposed to prevent abuse. They are very generous, so be reasonable with your usage.
Need higher rate limits and more links? Support us!