Skip to main content
GET
/
api
/
v1
/
templates
List Templates
curl --request GET \
  --url https://platform.unstructuredapp.io/api/v1/templates/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

unstructured-api-key
string | null

Response

Successful Response

The response is of type Response List Templates · object.