Pogodoc
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.

GET
/templates/init
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.pogodoc.com/v1/templates/init"
{
  "templateId": "string",
  "presignedTemplateUploadUrl": "string"
}