Public API
If you prefer not to use @trident/client, you can fetch published content directly from Trident over HTTP.
Base URL
https://app.tridentseo.ai/api/v1/publicAll endpoints require an API key in the Authorization header.
Common use cases
- Build your own custom renderer for Trident’s
structuredContent - Hydrate content into a non-React site or a CMS
- Generate your own sitemap XML
Next steps
Authentication
API keys, scopes, and header format
Articles
List published articles or fetch a single article by slug
Sitemap
Fetch sitemap entries for published content
Schemas
TypeScript response schemas and structured content types
Rate limits & Errors
Response headers, 401/403/429 behavior, and error payloads