Sift | Docs

GetDownloadUrl

Retrieve the download URL for a completed job.

GET
/api/v1/export/{jobId}/download-url

Path Parameters

jobId
Required
string

curl -X GET "<API_URL>/api/v1/export/string/download-url" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{
  "presignedUrl": "string"
}