Base URL https://artlink.live. Everything marked None under Auth is anonymous — no key, no rate-limit negotiation, nothing to sign up for.
| Endpoint | Operation ID | Auth |
|---|---|---|
GET /api/v1/glossaryList glossary terms | listGlossaryTerms | None |
GET /api/v1/glossary/{slug}Get one glossary term | getGlossaryTerm | None |
GET /api/v1/toolsList free tools | listTools | None |
GET /api/v1/tools/{slug}Get one tool | getTool | None |
GET /api/v1/comparisonsList competitor comparisons | listComparisons | None |
GET /api/v1/comparisons/{slug}Get one competitor comparison | getComparison | None |
GET /api/v1/personasList audience personas | listPersonas | None |
GET /api/v1/personas/{slug}Get one audience persona | getPersona | None |
GET /api/v1/plansList subscription plans | listPlans | None |
GET /api/v1/subdomain-availabilityCheck whether a subdomain is available | checkSubdomainAvailability | None |
GET /api/v1/me/siteGet the site this API key belongs to | getMySite | sites:read |
GET /api/v1/me/linksList the links published by this API key's site | listMyLinks | links:read |