Redirect to a signed download URL
Mints a fresh signed JWT (aud=export:<id>, 10 min TTL) and 302s to /api/v1/exports/download/{token}. Use curl -L to follow. The redirect target is publicly reachable (the token is the auth), so it can be passed straight to a browser tab or download manager.
Documentation Index
Fetch the complete documentation index at: https://docs.consentfly.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Autenticação por API Key no formato Authorization: Bearer sk-...
(sempre inclua o prefixo Bearer).
Gere sua chave em /dashboard/api-keys após criar a conta e
verificar o e-mail. A chave é exibida uma única vez no momento
da criação — armazene em variável de ambiente no seu backend.
Nunca exponha em código client-side.
Path Parameters
Export UUID
Response
Redirect to the signed download URL
