📁Organize
The Organize API can help you move assets into folders easily within your project.
Move an entry or entries to a folder
POST
https://api.echo3D.com/organize
This endpoint allows you to move entries into a folder
Request Body
Name
Type
Description
key*
string
Your API key.
string
Email address of the user who requested the action
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.
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.
Last updated