Developer documentation
SmartDocs API
Document templates, PDF processing, and e-signing over one REST API.
All endpoints live under https://api.smartdocs.de/api/v1
GET /api/v1/templates
Request
curl https://api.smartdocs.de/api/v1/templates \
-H "X-API-Key: sdk_live_…"Response200 OK
{
"success": true,
"data": {
"items": [],
"total": 0,
"page": 1,
"pageSize": 20
},
"timestamp": "2026-06-11T09:30:12.481Z"
}Core concepts