Bulk Import & Export
Create File Object and Get File Upload Location
This endpoint creates a file object by specifying the import file’s type
, name
, and locale
in the request body. The response will include the URL location to upload the file.
POST
Authorizations
S2S access token (JWT) from fabric Identity service (during login)
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Example:
"517fa9dfd42d8b00g1o3k312"
Unique request ID
Example:
"263e731c-45c8-11ed-b878-0242ac120002"
Body
application/json
Request for file creation
Response
200
application/json
Create file success response
The response is of type object
.