Jump to Content
gifs
API ReferenceDiscussions
v1.0

gifs
v1.0API ReferenceDiscussions

Documentation

  • Introducing the gifs.com API
  • Authentication

Endpoints

  • /media/importpost
  • /media/uploadpost

Examples

  • Bulk Uploader
  • Reddit Importer
  • Save to gifs.com
Powered by 

Documentation

  • Introducing the gifs.com API
  • Authentication

Endpoints

  • /media/importpost
  • /media/uploadpost

Examples

  • Bulk Uploader
  • Reddit Importer
  • Save to gifs.com
Powered by 

Bulk Uploader

Add your entire collection of short media to gifs.com from the command line.

Usage:

# Clone this repo
git clone [email protected]:gifs/api.git; cd api/examples/bulk-uploader

# Upload a directory
go run main.go ~/Gifs
  • Table of Contents
    • Usage: