Skip to main content
GET
/
api
/
v1
/
templates
/
{template_id}
Get Template
curl --request GET \
  --url https://platform.unstructuredapp.io/api/v1/templates/{template_id} \
  --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

Path Parameters

template_id
string
required

Response

Successful Response

The response is of type Response Get Template · object.