Retrieves the download URL for a completed data harvest. The URL is temporary and expires after a set time. Can only be accessed for completed harvests.
curl --request GET \
--url https://api.fluxer.app/v1/users/@me/harvest/{harvestId}/download \
--header 'Authorization: <api-key>'{
"download_url": "<string>",
"expires_at": "<string>"
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The harvestId
curl --request GET \
--url https://api.fluxer.app/v1/users/@me/harvest/{harvestId}/download \
--header 'Authorization: <api-key>'{
"download_url": "<string>",
"expires_at": "<string>"
}