cURL
curl --request GET \ --url https://api.pictify.io/templates \ --header 'Authorization: Bearer <token>'
{ "templates": [ { "uid": "<string>", "name": "<string>", "type": "<string>", "category": "<string>", "tags": [ "<string>" ], "width": 123, "height": 123, "thumbnail": "<string>", "outputFormat": "image", "variableDefinitions": [ { "name": "<string>", "type": "text", "defaultValue": "<string>", "description": "<string>", "validation": { "required": true, "minLength": 123, "maxLength": 123 } } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123, "hasNext": true, "hasPrev": true } }
API key obtained from the Pictify dashboard
x <= 100
newest
oldest
name
all
image
pdf
List of templates
Show child attributes