cURL
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": [ {} ] }
Retrieve single MRT template by ID with full details including sections, users, and presigned S3 URL.
Bearer token authentication. Token provides organization-scoped access.
UUID of template
Template retrieved successfully
Presigned S3 URL