Organize
The Organize API can help you move assets into folders easily within your project.
Last updated
Was this helpful?
The Organize API can help you move assets into folders easily within your project.
Last updated
Was this helpful?
POST
https://api.echo3D.com/organize
This endpoint allows you to move entries into a folder
key*
string
Your API key.
email*
string
Your email address
userKey*
string
Your authentication key
entries*
string
A list of specific entry IDs separated by a comma.
folderPath*
string
Path of the folder you wish to move the entries into. e.g. example\folder
. If left empty, the assets will move to the root directory.
secKey
string
Your Secret key. Only if enabled through the .
Please note that if you are sending request parameters as query string, you will need to encode folderPath value. Encoding will not be necessary if the parameters are sent in the body as FormData.