Upload File
documentedUpload a file to file storage.
POST /v1/filesFile Storageno implementation yet0 runsNo 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://messaging.messagebird.com/v1/files" \
-X POST \
-H "Authorization: AccessKey {{MESSAGEBIRD_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: {{$content_type}}" \
-H "Content-Disposition: attachment; filename=\"{{$filename}}\"" \
--data-binary @{{$filepath}}