Skip to main content
GET
/
exports
/
{id}
/
download
Redirect to a signed download URL
curl --request GET \
  --url https://www.consentfly.com.br/api/v1/exports/{id}/download \
  --header 'Authorization: <api-key>'
{
  "error": "unauthorized",
  "message": "Invalid or missing API key"
}

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

Authorization
string
header
required

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

id
string
required

Export UUID

Response

Redirect to the signed download URL