• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Question regarding my URL shortener

Status
Not open for further replies.
G) API usage - top

If you want to access the shortener API from other applications:
  • [domain]api.php?url=http%3A%2F%2Fengadget.com will return the shorten token if the URL is valid (remember to url encode it before passing it on). If the URL is invalid, the script will redirect to the index page.
  • Append &bookmark=true [domain]api.php?url=http%3A%2F%2Fengadget.com&bookmark=true if you want to show the new URL in a graphical interface.
  • GET: [domain].api.php?js=false AND POST request with the follow data: {url: YOUR_URL} will return the new URL in a graphical interface.
That's what the API documentation gives me. Does that make any sense to you?
 
It doesnt work, Chevereto needs a plain text response like tinyurl or bitly
 
Status
Not open for further replies.
Back
Top