Documentation Index
Fetch the complete documentation index at: https://docs.legitmark.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Legitmark uses a four-level hierarchical classification system. Each level determines authentication requirements and service selection: Hierarchy Levels:- Level 1: Category (Required) - Broad product classification
- Level 2: Type (Required) - Specific product subcategory
- Level 3: Brand (Optional) - Manufacturer or designer
- Level 4: Model (Optional) - Specific product variant
Getting taxonomy data
Complete tree
Get everything in one request for initial setup: API Reference: Get Taxonomy Tree -GET /api/v2/categories/tree
Key filtering endpoints
- Get Brands for Type -
GET /api/v2/types/{type_uuid}/brands - Get Models for Brand
Additional endpoints
- List Brands -
GET /api/v2/brands - Get Types for Category
- List Categories -
GET /api/v2/categories - Get Single Category
- List Types
- Get Single Type
- List Models
Integration approaches
Use our taxonomy directly
Present Legitmark categories to your users:Get brands for a selected type
Map your existing categories
Translate your platform’s categories to ours:Caching
Cache taxonomy data to improve performance. The taxonomy catalog changes over time as new brands and categories are added, so regular synchronization is important:Next steps
- Setup your Workflow - Step-by-step process from service request creation to image upload
- Learn about States - Service request states and workflow transitions
- Subscribe to real-time events - Webhook notifications and status update handling
Quick reference
- Interactive API reference - Test all endpoints with live authentication and detailed specifications