Skip to content

API Documentation

Connect MorphingLabs to your website and display automatically generated SEO articles.

MorphingLabs exposes a small REST API for reading the published articles on your site. Every article comes back as structured JSON with a Markdown body, so you can render it with any framework.

In this guide

  • Authentication — base URL, the x-api-key header, and the errors you'll see if a key is missing or invalid.
  • Endpoints — the three GET endpoints for listing, fetching, and paginating articles.
  • Errors & Rate Limits — every status code the API returns and the rate-limit headers.
  • Article Format — how the body field of each section is structured.
  • Integration Examples — copy-paste code for Next.js, React, and plain HTML/JS.
  • SEO Tips — how to use the fields MorphingLabs gives you for search visibility.

Base URL

text
https://www.morphinglabs.com/api/v1

All requests require an x-api-key header. See Authentication for details.