Upload media
documentedUpload media to be used in One API messages.
One APIno 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://platform.clickatell.com/v1/media?fileName={{$fileName}}&to={{$to}}" \
-X POST \
-H "Authorization: {{CLICKATELL_API_KEY}}" \
-H "Content-Type: {{$content_type}}" \
-H "Accept: application/json" \
--data-binary @{{$filePath}}