• 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

how can i use API? Base64..

Mcmar

banned
Hi, i currently got a coder which is going go to code a software for me, where it lets you RIGHT click a image, then choose ''Upload to my site.com'' . And i told him to use API..

I don't currently remember the API URL Now in my head, but i got told that he have to use base64.. He currently messaged me back now with ''You have to put your API Public'' ..


It is public, and i have tried to upload images remotly, which worked, but not from your pc? Any idea what i can do to make the api work correctly.
 
From the docu:

>upload
Either the URL or a base64 encoded image string, the system automatically detects what are you uploading. Please notice that the base64 image string must be used only by POST method.

You have to convert the image to a base64 string. It's a representation of the image.

Regarding the API public/private, read this: http://chevereto.com/docs#!api-auth
 
Back
Top