Sign in

Upload GIF

documented

Upload a GIF or video to GIPHY.

POST upload.giphy.com/v1/gifsGIFsno 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://upload.giphy.com/v1/gifs" \
  -X POST \
  -H "Accept: application/json" \
  -F "api_key={{GIPHY_API_KEY}}" \
  -F "username={{$username}}" \
  -F "source_image_url={{$source_image_url}}" \
  -F "tags={{$tags}}" \
  -F "source_post_url={{$source_post_url}}" \
  -F "file=@{{$file_path}}"