Sign in

Upload a File

documented

Upload a file (multipart/form-data) to the GoFormz Files store.

POST /v2/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://api.goformz.com/v2/files" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -F "file=@{{$file_path}}"
Upload a File · GoFormz · OpenIntegrations