Sign in

Upload file(s)

documented

Upload one or more files; supports multipart/form-data.

POST /api/file/upload/Filesno 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/file/upload/?ticket={{$ticket}}" \
  -X POST \
  -F "files=@{{$file_path}}" \
  -H "Accept: application/json"