Base URL
Use your deployed API base URL, or the current local runtime during development:The canonical public API host is
api.tattooapi.com. api.tattoo.co may remain as a marketplace/internal alias for tattoo.co-owned applications, but docs and SDKs should prefer api.tattooapi.com.1. Check Health
2. Register and Login
Public users do not need auth for health or studio discovery. Authenticated internal beta access now uses WorkOS. Team members use WorkOS/AuthKit bearer tokens, and machine or agent tools use WorkOS API Keys. For internal beta reads, attach one of:3. Search the Dataset
GET /search currently requires WorkOS-authenticated internal beta access.
4. List Studios
GET /studios is the current public discovery endpoint.
search, the current studios endpoint still uses the legacy paginated wrapper:
5. Understand Trust
Before you build on top of the current data, load the trust model:recordStatetells you if a record israw,normalized,curated,verified, ordeprecatedverificationStatustells you how much trust has been establishedlicenseStatusandconsentLeveltell you what kinds of downstream use are allowed
