Generate project folder structures from presets via query string
Create a folder structure from a preset
e.g. {job_number}-{project_name}-{user_initials} → 0001-MyProject-AB
e.g. 0001_Footage / 0001_Raw instead of Footage / Raw
Enter folder paths (one per line), or click the words below to insert at cursor. Use / for nesting and _ - space to join words.
?preset=video&number=0001&project=MyProject&prefix=PRE&suffix=SUF&user_initials=AB&root={job_number}-{project_name}-{user_initials}&prefixsubs=1&key=YOUR_KEY
API key determines the company. Zips saved to /zips/companyname/. Presets stored on server in /presets/companyname.json
Use {job_number} {project_name} {prefix} {suffix} {user_initials} {custom_01}…{custom_09} in any folder path
e.g. {prefix}_Deliverables/{job_number}_{custom_01}_Final becomes PRE_Deliverables/0001_ClientName_Final