Retrieve and manage your PDF templates with advanced filtering and pagination
cURL
curl --request GET \ --url https://api.curatepdf.com/api/templates \ --header 'x-api-key: <api-key>'
{ "success": true, "templates": [ { "id": "template_123", "name": "My Template", "created_at": "2024-01-01T00:00:00.000Z" } ], "pagination": { "page": 1, "limit": 10, "total": 7, "totalPages": 1 } }
API key for accessing the Docurate PDF API
x <= 100
Templates list
The response is of type object.
object