Redirect to a signed download URL
Exports
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.
GET
Redirect to a signed download URL
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
