Skip to main content
GET
https://api.slidesgpt.com
/
v1
/
templates
curl https://api.slidesgpt.com/v1/templates \
  -H "Authorization: Bearer YOUR_API_KEY"
[
  {
    "id": "4a8ec7b3-c043-4d15-88e3-7d63803878f4",
    "createdAt": "2025-11-18T18:08:25.000Z"
  },
  {
    "id": "7b2cd9e1-f234-4a56-b789-c123d456e789",
    "createdAt": "2025-11-17T14:22:10.000Z"
  }
]
Retrieve all custom templates you’ve uploaded.

Response

Returns an array of template objects.
id
string
Unique identifier for the template
createdAt
string
ISO 8601 timestamp of when uploaded
curl https://api.slidesgpt.com/v1/templates \
  -H "Authorization: Bearer YOUR_API_KEY"
[
  {
    "id": "4a8ec7b3-c043-4d15-88e3-7d63803878f4",
    "createdAt": "2025-11-18T18:08:25.000Z"
  },
  {
    "id": "7b2cd9e1-f234-4a56-b789-c123d456e789",
    "createdAt": "2025-11-17T14:22:10.000Z"
  }
]