Skip to main content
GET
/
gif
List GIFs
curl --request GET \
  --url https://api.pictify.io/gif \
  --header 'Authorization: Bearer <token>'
{
  "gifs": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Query Parameters

limit
integer
default:30
offset
integer
default:0

Response

200 - application/json

List of GIFs

gifs
any[]