Create multiple folders at once. This route is asynchronous for large batches, which returns
a job ID immediately and runs the create folder batch asynchronously. Otherwise, creates
the folders and returns the result synchronously for smaller inputs. You can force asynchronous
behaviour by using the CreateFolderBatchArg.force_async flag. Use
[create_folder_batch/check](api:dropbox-api:POST/2/files/create_folder_batch/check) to check the job status.
**Required scope:** `files.content.write`
**Endpoint format:** [RPC](https://docs.dropboxapi.com/dropbox-api/docs/technical-reference/request-response-formats#rpc-endpoints)
**Authentication:** [User](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#user-authentication), [Dropbox-API-Select-Admin (Team Admin)](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#admin-authentication-via-dropbox-api-select-admin)
Request
This endpoint expects an object.
pathslist of stringsRequired
List of paths to be created in the user's Dropbox. Duplicate path
arguments in the batch are considered only once.
autorenamebooleanOptionalDefaults to false
If there's a conflict, have the Dropbox server try to autorename
the folder to avoid the conflict.
force_asyncbooleanOptionalDefaults to false
Whether to force the create to happen asynchronously.