API Playground - Short Link
Test and explore our short link API with an interactive playground. Try it out before integrating into your application.
API Authentication
Enter your API key to test the endpoint. Your key is required for authentication.
Don't have an API key? Sign in
Request Parameters
Configure the short link you want to create
Request Preview
Preview the API request that will be sent
{
"method": "POST",
"url": "/api/v1/links/create",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer YOUR_API_KEY"
},
"body": {
"slug": "example",
"targetUrl": "https://example.com",
"domain": "ig.do",
"active": true
}
}