• 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
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

API album batch upload integration

j2k

Chevereto Member
Is there a way to use the existing API to make customization, to batch upload images under an username via a list of image URLs and create an album with assigned title at the same time?

If not, is this feasible to make it happen via a custom developed API or other alternative method?

I'm willing to pay for a custom solution to have this developed for in-house usage.

This will be done on a back end trusted admin script or command line, so no user authentication is required.

Thanks.
 
This will be done on a back end trusted admin script or command line, so no user authentication is required.
If this is all done completely back end... Wouldn't it just be more efficient to write a simple PHP script to batch upload images and insert them into the database and skip the whole API?

API is generally for front facing systems where sql information stills needs to be protected, but api keys can be revoked on a whim.
 
If this is all done completely back end... Wouldn't it just be more efficient to write a simple PHP script to batch upload images and insert them into the database and skip the whole API?

API is generally for front facing systems where sql information stills needs to be protected, but api keys can be revoked on a whim.
The reason for using the API calling the internal function is to verify if the image URL exist and is not a broken image with all my meta info generated to be consistent with the database.

I'm more concern about putting the batch images into an album with assigned album title and category, such that I can make integration with my other project with automation.
 
You can still use the built-in internal methods, basically you can create your own API.
 
Back
Top