cURL
curl --request GET \ --url https://api.artosai.com/api/v1/document-mrt/by-document/{document_id} \ --header 'Authorization: Bearer <token>'
{ "outline": {} }
Get Document MRT by parent document ID. Retrieves complete MRT with all sections and rules for specific parent document.
Bearer token authentication. Token provides organization-scoped access.
UUID of parent document
Document MRT retrieved successfully
Complete outline with sections