Skip to main content
GET
/
api
/
v1
/
templates
/
{template_id}
Get Single Template
curl --request GET \
  --url https://api.artosai.com/api/v1/templates/{template_id} \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "template_name": "<string>",
  "source_document_name": "<string>",
  "detected_document_type": "<string>",
  "template_id": "<string>",
  "sections": [
    {}
  ],
  "examples": [
    {}
  ],
  "users": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Token provides organization-scoped access.

Path Parameters

template_id
string
required

UUID of template

Response

Template retrieved successfully

url
string

Presigned S3 URL

template_name
string
source_document_name
string
detected_document_type
string
template_id
string
sections
object[]
examples
object[]
users
object[]