Generate export bundle
Package a completed static export job into a single archive and return a download link. The link is a presigned S3 URL — download it before expiresAt.
The job must have a status of completed before a bundle can be generated.
Static export is available on Enterprise plans.
Authorizations
Admin API key. Generate one on the API keys page in your dashboard.
Path Parameters
The ID of a completed static export job.
Response
A presigned S3 link to the static export bundle.
The ID of the job this bundle was generated for.
"se_3f9a2c1b8e7d4a06"
A presigned S3 link to the static export bundle archive. Download it before the link expires.
"https://mintlify-static-exports.s3.amazonaws.com/se_3f9a2c1b8e7d4a06/bundle.tar.gz?X-Amz-Signature=..."
The size of the bundle in bytes.
18432000
When the presigned link expires.