• 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.

API Problem

Hmm I have decode the url and it reads:
Code:
C:\Program Files\fabbri\a6ea2m0.PNG

You are doing it wrong. First of all the ?upload can be a URL of an image (please notice that a URL is not a filepath, is something like http://blabla) or a base64 encoded image string.

A base64 image string means that you took the image, convert it to base64 and you submit this long string in the REQUEST. Chevereto api tooks this, decode the string to "image" and then it makes the upload.

For more info please read: http://chevereto.com/docs#!api-call
 
Back
Top