• 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

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