• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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