curl --request GET \
--url https://api.siftstack.com/api/v1/export/{jobId}/download-url \
--header 'Authorization: Bearer <token>'{
"presignedUrl": "<string>"
}Retrieve the download URL for a completed job.
curl --request GET \
--url https://api.siftstack.com/api/v1/export/{jobId}/download-url \
--header 'Authorization: Bearer <token>'{
"presignedUrl": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?