Kısa URL oluştur (basit mod)
Basitleştirilmiş parametrelerle hızlıca kısa URL oluşturur; yapılandırma gerektirmeyen senaryolar için uygundur.
Query Parameters
Your API key
The destination URL to shorten (required)
Domain for the short URL (optional, uses default if omitted)
Your preferred custom slug (optional)
A descriptive title for this link (optional)
Tag IDs to categorize this link (optional)
Password to protect this link (optional)
Unix timestamp when this link should expire (optional)
Set to true to receive JSON response instead of plain text
Response Body
application/json
curl -X GET "https://s.ee/api/v1/shorten?signature=string&url=string"{
"code": 0,
"data": {
"custom_slug": "string",
"short_url": "string",
"slug": "string"
},
"message": "string"
}Kısa URL oluştur POST
Hedef bağlantı için yeni bir kısa URL oluşturur. İsteğe bağlı olarak özel bir kısa kod, parola koruması, sona erme süresi ve düzenleme için etiketler ayarlanabilir.
Kısa URL güncelle PUT
Mevcut bir kısa URL’nin hedef adresini, parolasını, sona erme süresini veya etiketlerini günceller.