Sign in

Upload external file

documented

Queue an upload from an external source.

POST /api/file/upload/external/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/external/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Cookie: token_id={{FLEEP_TOKEN_ID}};" \
  -d '{"ticket": "{{$ticket}}", "file_url": "{{$file_url}}", "file_name": "{{$file_name}}", "file_size": {{$file_size}}, "file_origin": "{{$file_origin}}", "conversation_id": "{{$conversation_id}}", "upload_id": "{{$upload_id}}"}'
Upload external file · Fleep · OpenIntegrations