Export start
documentedStart exporting account data or conversations.
POST /api/account/export/startAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://fleep.io/api/account/export/start?ticket={{$ticket}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"export_action": "{{$export_action}}", "conversation_id": "{{$conversation_id}}"}'