Skip to main content
s.id Logo
Developer Platform

Build on s.id: REST API, Webhooks, OAuth & MCP

Build link management, QR, microsite, and analytics workflows with API keys or OAuth 2.0—and connect compatible AI agents through the hosted MCP server.

One developer platform

Choose the integration path that fits your product

Quickstart

Create a short link in one API call.

  1. 1Open Dashboard → Developer → API Keys
  2. 2Create a key with the scopes you need
  3. 3Call the API with Bearer sk_live_...

Base URLhttps://api.s.id/v2

curl
curl -X POST https://api.s.id/v2/links \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"long_url": "https://example.com/long-url", "custom_slug": "mylink"}'

Endpoints

Public REST endpoints accept a scoped API key or OAuth 2.0 access token.

API Reference

OpenAPI v2.1.0

Machine-readable resources

Use the canonical OpenAPI specification for SDK generation and the developer guide for implementation context.

Ready to start building?

Create an API key in minutes. Free tier included, no credit card required.

Get your API key