πŸ“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

NameTypeDescription

key*

string

Your API key.

email

string

Email address of the user who requested the action

entries*

string

A list of specific entry IDs separated by a comma.

folderPath*

object

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 Security page.

N/A

Last updated