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/public

All 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