UploadsMove one asset into a folderCopy Pagepatch https://apis.elai.io/api/v1/uploads/{uploadId}/moveMoves a single asset. Omit uploadFolderId (or send null) to move it to the root of the media library.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Requestcurl -X PATCH 'https://apis.elai.io/api/v1/uploads/66a1f0c2b7cd13032a9c6400/move' \ -H 'Authorization: Bearer YOUR_API_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "uploadFolderId": "66a1f0c2b7cd13032a9c6100" }' Response 200{ "message": "Upload moved successfully" } Path ParamsuploadIdstringrequired24-char hex ObjectId of the asset.Body ParamsuploadFolderIdstring | nullDestination folder, or null/omitted for the root.Responses 200Asset moved. 400uploadId is not a valid ObjectId, or the destination folder does not belong to this workspace. 404Asset not found in this workspace.Updated about 1 hour ago Did this page help you?YesNo