cURL
curl --request POST \ --url https://api.pictify.io/gif/capture \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "width": 800, "height": 600, "quality": "medium", "frameDurationSeconds": 15.5 } '
{ "gif": { "url": "<string>", "uid": "<string>", "width": 123, "height": 123, "animationLength": 123 } }
Record a GIF from a live webpage
API key obtained from the Pictify dashboard
URL to capture
1 <= x <= 2000
Quality preset
low
medium
high
Recording duration in seconds
1 <= x <= 30
GIF captured
Show child attributes