Skip to main content
GET
/
api
/
v1
/
templates
List Templates
curl --request GET \
  --url https://platform.unstructuredapp.io/api/v1/templates/
[
  {
    "id": "<string>",
    "name": "<string>",
    "version": "<string>",
    "last_updated": "<string>",
    "description": "<string>"
  }
]

Headers

unstructured-api-key
string | null

Response

Successful Response

id
string
required
name
string
required
version
string
required
last_updated
string
required
description
string
required