API Reference
Initialize Template Creation
Initializes template creation by generating a unique ID and providing a presigned URL for template ZIP upload. Sets unfinished tag for tracking incomplete templates.
curl -X GET "https://api.pogodoc.com/v1/templates/init"{
"templateId": "string",
"presignedTemplateUploadUrl": "string"
}