Skip to main content
Server path: /cuttly | Type: Application | PCID required: Yes

Tools

ToolDescription
cuttly_delete_linkDelete a shortened link
cuttly_edit_linkEdit a shortened link
cuttly_get_link_statsGet link analytics and click statistics
cuttly_shorten_urlShorten a URL

Delete a shortened link Parameters:
ParameterTypeRequiredDefaultDescription
deletestringYesThe shortened URL to permanently delete.

Edit a shortened link Parameters:
ParameterTypeRequiredDefaultDescription
editstringYesThe shortened URL to edit.
namestringNoNew custom alias for the link.
sourcestringNoNew destination URL to redirect to.
titlestringNoCustom title for the link.
tagstringNoTag label to add to the link for organization.
uniquestringNoUnique click counting. 0=off, 1=on, 15-1440=time window in minutes for deduplication.
expireintegerNoExpiration type. 0=expire by click count, 1=expire by date.
expireCondstringNoExpiration condition: a click count (when expire=0) or a date in YYYY-MM-DD format (when expire=1).
expireRedirectstringNoURL to redirect to after the link expires.
passwordstringNoPassword to protect the link. Visitors must enter this password to access the destination.

Get link analytics and click statistics Parameters:
ParameterTypeRequiredDefaultDescription
statsstringYesThe shortened URL to get statistics for.
date_fromstringNoStart date for statistics period in YYYY-MM-DD format. Requires Team+ plan.
date_tostringNoEnd date for statistics period in YYYY-MM-DD format. Requires Team+ plan.

cuttly_shorten_url

Shorten a URL Parameters:
ParameterTypeRequiredDefaultDescription
shortstringYesThe URL to shorten. Must be a valid URL.
namestringNoCustom alias (back-half) for the shortened URL. If the alias is already taken, returns status 3.
userDomainintegerNoSet to 1 to use your branded/custom domain instead of cutt.ly.
publicintegerNoSet to 1 to make click statistics publicly visible. Requires Single+ plan.