Sign in

Export start

documented

Start exporting account data or conversations.

POST /api/account/export/startAccountsno implementation yet0 runs
No 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}}"}'