Skip to main content
POST
Stage data for write jobs
Instead of uploading your records in the POST job requests (which is subject to payload size limits), you can use this endpoint to stage records of arbitrary size. After generating your presigned url, you can upload json records:

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow
string
required

ID of flow

user_id
string
required

ID of tenant

connector_id
string
required

ID of connector

Example:

"api"

Response

Presigned upload URL generated

presigned_url
string<uri>
required