Requests a data harvest of all user data and content. Initiates an asynchronous process to compile and prepare all data for download in a portable format. Returns harvest ID and status.
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/harvest \
--header 'Authorization: <api-key>'{
"harvest_id": "<string>",
"created_at": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
Success
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/harvest \
--header 'Authorization: <api-key>'{
"harvest_id": "<string>",
"created_at": "<string>"
}