Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
Blog content decays — statistics go stale, links break, and SEO rankings drop. You pull every published post with its date and categories, flag anything older than 12 months as stale, send the list to Mavera for a prioritized refresh plan, then generate updated outlines for the top-priority posts.Architecture
Code
Example Output
Error Handling
Pagination returns 400 on last page
Pagination returns 400 on last page
WordPress returns HTTP 400 when you request a page beyond
X-WP-TotalPages. The code breaks on status 400. Alternatively, read X-WP-TotalPages from the first response and stop before exceeding it.Chat completion context too large
Chat completion context too large
If your site has hundreds of stale posts, the listing may exceed the context window. The code caps at 40 posts. For larger audits, split by category or date range and merge the top results.