Playground
POST
/linksShorten a link
Fill in the fields below and send a live request. You'll need an API key when you're ready to execute — sign in to generate one from Integrations.
Request & response
API playground
Send a live request from your browser.
cURL
curl -X POST "https://statin.io/api/v1/links" \
-H "Authorization: Bearer la_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'Need field definitions, response schema, or code samples? View endpoint reference →