cURL
curl --request GET \ --url https://api.pictify.io/templates/{uid}/variables \ --header 'Authorization: Bearer <token>'
{ "templateUid": "<string>", "templateName": "<string>", "variables": [ { "name": "<string>", "defaultValue": "<string>", "description": "<string>", "validation": { "required": true, "minLength": 123, "maxLength": 123 } } ] }
Documentation IndexFetch the complete documentation index at: https://docs.pictify.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pictify.io/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from the Pictify dashboard
Template variables
Show child attributes