Get Upload URLs

Generates pre-signed URLs for uploading files to a workspace. These URLs can be used to upload large data files that can be referenced in operations like Update Records. Supports both standard and resumable uploads.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
length between 36 and 36

Unique identifier for the workspace

Body Params

Request parameters for generating upload URLs

file_paths
array of strings
required
length between 1 and 1000

List of file paths to generate upload URLs for. Can include directory structures (e.g., 'uploads/items/file.jsonl') or simple filenames (e.g., 'catalog.jsonl'). File paths must be valid URI references and cannot contain carriage return (\r) or linefeed (\n) characters.

file_paths*
int32
10 to 2880
Defaults to 1440

Expiration time for the generated URLs in minutes (default: 24 hours, max: 48 hours)

boolean
Defaults to false

Whether to generate resumable upload URLs (recommended for files >10MB)

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.