workspaces

Get Checkpoint Upload Urls

Get presigned upload URLs for checkpoint sync (two-tier).

Returns:

  • head_url: Presigned URL for HEAD bundle (null if already exists)
  • checkpoint_url: Presigned URL for checkpoint bundle (always provided)

The HEAD bundle is keyed by SHA for deduplication - if it already exists, head_url will be null to skip the upload.

post/api/v1/workspaces/{workspace_id}/sync/checkpoint-upload-url

Path parameters

workspace_idstring required

Request body

head_shastring required
checkpoint_idstring required

Response

Successful Response

head_urlstring nullable required
checkpoint_urlstring required
head_storage_keystring nullable required
checkpoint_storage_keystring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.