curl --request GET \
--url https://api.example.com/api/v2/documents/pdf-template/{slug}/metadata{
"id": "<string>",
"fileName": "<string>",
"presignedUrl": "<string>"
}Retrieves document metadata for a PDF template by slug, including a presigned URL for direct access.
curl --request GET \
--url https://api.example.com/api/v2/documents/pdf-template/{slug}/metadata{
"id": "<string>",
"fileName": "<string>",
"presignedUrl": "<string>"
}