Mint export download URL
Mints a short-lived signed download URL for a stored resume export.
/v1/resume-exports/{exportId}:downloadAuthorization
Credential
oauth_userRequired scopes
artifacts:exportPath parameters
exportIdstring · required
Implementation note
The returned `url` is a self-contained, expiring capability (HMAC token over the storage key) that 302-redirects to a signed bucket GET — treat it as a secret and use it promptly.
Error responses
401Authentication required
No valid credentials were supplied. Attach a Bearer access token and retry.
402Upgrade required
The authenticated user's plan does not include this capability. `feature` names the gated capability, `requiredPlan` the cheapest plan that unlocks it, `currentPlan` the user's plan today, and `upgradeUrl` links to checkout. This is a plan gate, not a transient error — retrying without upgrading fails again; surface `upgradeUrl` to the user instead. Dormant until a plan that grants the feature is active, so a route that documents it may not currently return it.
403Insufficient scope
The token is valid but lacks the OAuth scope (or token kind) this endpoint requires.
404Resource not found
The addressed resource does not exist, or is not visible to the caller.