단축 링크 생성 및 관리를 위한 REST API

REST API를 통해 단축 링크를 생성, 수정 및 삭제하세요. JSON responses, API keys, OpenAPI / Swagger 문서, webhook notifications를 활용하여 products, services, automation workflows에 빠르게 통합할 수 있습니다.

# Create a short link $ curl -X POST https://lix.li/api/1.0/links -H "X-Api-Key: lix_live_XXXX" -H "Content-Type: application/json" -d '{"url": "https://example.com/very/long/page", "alias": "demo", "tags" : ["sale", "promo"]}'
# Response { "id": "9053352", "alias": "demo", "short_url": "https://lix.li/demo", "url": "https://example.com/very/long/page", "title": null, "group": null, "created_datetime": "2023-05-23T22:56:57+03:00", "tags": ["sale", "promo"] }

개발자들이 Lix.li API를 선택하는 이유

빠른 integration, 명확한 문서화, 그리고 실제 workflows와 automation을 위해 설계된 API.

REST API

깔끔한 REST conventions, 명확한 HTTP methods, predictable response codes 제공. 불필요한 복잡성이나 비표준 patterns 없이 integration 가능합니다.

JSON Responses

모든 endpoints에 대해 구조화된 JSON responses 제공. Predictable fields, 일관된 데이터 형식, 쉬운 client-side processing 지원.

API Keys

Bearer tokens 기반 authentication. Dashboard에서 직접 key management, rotation, access revoke 가능.

OpenAPI / Swagger

request examples, responses, 브라우저 내 API testing을 제공하는 interactive documentation.

Predictable Endpoints

논리적인 resources 및 URL 구조: /links, /groups, /analytics, /webhooks. 읽기 쉽고, 사용하기 쉽고, 유지보수하기 쉬운 설계.

빠른 Integration

표준 HTTP clients, backend applications, automation services 또는 internal tools와 함께 API를 사용할 수 있습니다. Products, CRM, SaaS 및 backend workflows에 적합합니다.

Lix.li API로 할 수 있는 기능

하나의 REST API를 통해 short links 생성, analytics, domains, groups 및 automation 관리가 가능합니다.

Short Links API

API를 통한 short links 생성, 수정, 삭제 및 조회. Bulk operations, pagination, filtering 및 link management 지원.

Groups & Tags API

API를 통해 groups, tags, projects, workspaces를 사용하여 links를 구성하세요. Teams, campaigns 및 대규모 integrations에 적합합니다.

Automation API

Link shortening을 CRM, marketing platforms, internal services 및 automation workflows와 통합하세요.

Link Analytics API

API를 통해 clicks, countries, devices, browsers, traffic sources 및 UTM campaigns 데이터를 확인할 수 있습니다.

Tracking Pixels API

Google, Hotjar, Yandex, TikTok 및 기타 tracking pixels를 API로 관리하고 short links 및 workflows와 연결하세요.

Custom Domains API

API를 통해 branded domains를 연결하고 관리하세요. Products 및 campaigns에서 자체 short URLs를 사용할 수 있습니다.

Webhooks API

Clicks, link creation, updates 및 limits에 대한 real-time events 제공. Webhooks를 통해 어떤 서비스와도 integration 가능합니다.

보안 및 만료 관리 API

API를 통해 passwords, expiration dates, click limits 및 access rules를 설정하세요.

쉽게 이해할 수 있는 API 문서

OpenAPI / Swagger, interactive testing, 바로 사용할 수 있는 request examples 및 빠른 integration을 위한 명확한 documentation.

  • OpenAPI 3.0 specification
  • 테스트용 Swagger UI
  • curl, Python, Node.js examples
  • 각 field 및 response code 설명
  • integration 지원
  • 간편한 API client generation
API 문서 열기
https://lix.li/api/1.0
POST /links 링크 생성
GET /links 링크 목록
GET /links/{id} 링크 조회
PATCH /links/{id} 링크 수정
DELETE /links/{id} 링크 삭제
GET /analytics Analytics
GET /groups Groups
POST /webhooks Webhook 생성

Short Links API와 URL Shortener API가 사용되는 곳

실제 사용 사례에서 short links API가 활용되는 products, services 및 automation workflows.

SaaS Products

user interfaces, referral programs, onboarding flows, notifications 및 product workflows 내부의 short links.

Marketing Platforms

UTM tags, analytics, tracking pixels와 함께 campaigns, publications, channels, 광고용 링크를 자동 생성.

CRM Systems

CRM 시스템 내 customers, email sequences, deals 및 user workflow tracking을 위한 personalized short links.

Automation Workflows

Zapier, Make, n8n 및 internal workflows와 integration. API를 통한 자동 link creation, updates 및 management.

Internal Tools

수동 URL 관리 없이 admin panels, dashboards, service tools 및 internal products에서 사용하는 short links.

Analytics Pipelines

BI systems, custom dashboards, data pipelines 및 internal reporting을 위해 API를 통한 clicks, traffic, analytics 데이터 수집.

Short Links API 시작하기

Documentation, request examples, Swagger UI, 그리고 복잡한 설정 없는 빠른 시작. 몇 분 안에 API를 product, service 또는 automation workflow에 연결하세요.

Short Links API 자주 묻는 질문

API를 사용하여 short links 생성, 수정, 삭제, 조회가 가능하며 groups, tags, custom domains, tracking pixels, analytics 및 webhook notifications 관리도 가능합니다. 모든 기능은 JSON responses 기반 REST API로 제공됩니다.
예. API는 표준 HTTP methods (GET, POST, PATCH, DELETE), 명확한 URL 구조, semantic endpoints 및 predictable response codes를 사용합니다. 모든 responses는 JSON 형식으로 반환됩니다.
JSON입니다. 각 endpoint는 predictable fields를 가진 structured data를 반환합니다. Errors에는 troubleshooting 및 debugging을 위한 code, message, 추가 context가 포함됩니다.
예. Interactive Swagger UI, request examples, 브라우저 내 API testing 기능을 포함한 OpenAPI 3.0 specification을 제공합니다.
authentication은 X-Api-key header의 tokens를 사용합니다. API keys는 dashboard에서 생성, rotation, revoke할 수 있습니다.
API limits는 선택한 plan에 따라 달라집니다. 현재 제한 사항과 rate limits 상태는 API responses 및 documentation에서 확인할 수 있습니다.
webhooks는 link creation, clicks, updates 또는 limit events와 같은 system events가 발생하면 사용자의 endpoint로 HTTP requests를 전송합니다. 이를 통해 지속적인 API polling 없이 real-time data를 받을 수 있습니다.
예. analytics endpoint를 통해 clicks, countries, devices, browsers, traffic sources 및 기타 metrics 데이터를 받을 수 있습니다. dates, links, groups 및 data ranges 기반 filters를 지원합니다.
Testing용 basic API access가 제공됩니다. 사용 가능한 features 및 limits는 plan에 따라 다릅니다. Advanced functionality는 paid plans에서 제공됩니다.
예. API는 지속적으로 발전하고 있습니다. 새로운 endpoints, 확장된 documentation, 추가 webhook events, 새로운 automation capabilities가 계속 추가됩니다. Compatibility 유지를 위해 모든 changes는 versioned됩니다.
Bank cards, Bitcoin (BTC), TON, USDT (TRC20)를 지원합니다. Enterprise customers를 위한 invoice billing도 제공됩니다.