Sign in

Upload file

documented

Upload a new file.

POST /filesFilesno 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://app.paymoapp.com/api/files" \
  -u "{{PAYMOAPP_API_KEY}}:SOME_RANDOM_TEXT" \
  -H "Accept: application/json" \
  -F "file=@{{$file_path}}" \
  -F "project_id={{$project_id}}" \
  -F "description={{$description}}"
Upload file · Paymo · OpenIntegrations