Skip to main content
GET
/
gif
/
{uid}
Get GIF details
curl --request GET \
  --url https://api.pictify.io/gif/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "gif": {
    "gif": {
      "url": "<string>",
      "uid": "<string>",
      "width": 123,
      "height": 123,
      "animationLength": 123
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

Response

GIF details

gif
object