Gifli API Docs
Api

Get a GIF

Fetch a single GIF by ID. Public.

GET
/gifs/{id}

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/gifs/string"
{  "id": "string",  "name": "string",  "description": "string",  "url": "http://example.com",  "mimeType": "image/webp",  "sizeBytes": "204800",  "width": 0,  "height": 0,  "thumbhash": "string",  "userId": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}
{  "error": "string"}