data-service
latest
false
- OpenAPI
- Get entity record by ID
- Get entity records
- Query entity records
- Delete entity record by ID
- Update entity record by ID
- Create entity record
- Create multiple entity records
- Update multiple entity records
- Delete multiple entity records
- Download file from record field
- Upload file to record field
- Delete file from record field
- Bulk upload
Bulk upload

Data Fabric API guide
Last updated Jun 11, 2025
Bulk upload
Uploads CSV data as records into a Data Fabric entity.
Note:
For details on the prerequisites for a CSV file, refer to Importing data using a CSV file.
POST
BaseURL/EntityService/<Entity>/bulk-upload
- BaseURL:
https://cloud.uipath.com/{organizationName}/{tenantName}/datafabric_/api
Header |
Value |
---|---|
Authorization |
Bearer
<access_token>
|
Content-Type |
application/json |
Note:
Replace all the values between the angle brackets
<...>
with their corresponding use-case values.
The
<access_token>
is the one you received when you authorized the external application. It is available for 1 hour. After 1 hour, you need
to generate a new one, or request a refresh token.
You are not authenticated to access Data Fabric. Make sure your Assistant or Robot is connected to a modern folder in your account.