cURL
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 } } }
Retrieve details of a specific GIF by its UID. No authentication required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
GIF details
Show child attributes