GET
/
v1
/
templates
/
prebuilt
curl --request GET \
  --url https://api.extruct.ai/v1/templates/prebuilt \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response
id
string
required

Template ID.

created_at
string
required

Template creation time.

name
string
required

Template name.