# Functions
@Summary URL Shortener @Description Shorten a URL using Bitly API @Tags URL @Accept json @Produce json @Param url body string true "URL to shorten" @Success 200 {string} string "https://bit.ly/example" @Failure 400 {object} error.ApiError @Failure 500 {object} error.ApiError @Router /url [post].