cURL
curl --request POST \ --url https://api.lyceum.technology/api/v2/external/storage/upload-bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'files=<string>' \ --form 'folder_prefix=<string>'
{ "total_files": 123, "successful_uploads": 123, "failed_uploads": 123, "results": [ { "key": "<string>", "size": 123, "etag": "<string>", "status": "<string>", "error_message": "<string>" } ], "message": "<string>" }
Upload multiple files at once, optionally preserving folder structure.
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
lk_
Successful Response
Show child attributes