Pogodoc
API Reference

Generate Presigned URL

Generates a presigned URL for template access. Used for downloading template files from S3 storage.

GET
/templates/{templateId}/presigned-url
AuthorizationBearer <token>

In: header

Path Parameters

templateIdstring

ID of the template that is being downloaded

Response Body

application/json

curl -X GET "https://api.pogodoc.com/v1/templates/string/presigned-url"
{
  "presignedUrl": "string"
}