# Word Press Development AI Access Base URL: https://wpbuilder.de/ LLMs file: https://wpbuilder.de/llms.txt ## Preferred Endpoints - List content: https://wpbuilder.de/wp-json/wp-ai/v1/content/?type=any&per_page=20&modified_after=2026-01-01T00:00:00Z - Single JSON (template): https://wpbuilder.de/wp-json/wp-ai/v1/content/{id}/?format=json - Single Markdown (template): https://wpbuilder.de/wp-json/wp-ai/v1/content/{id}/?format=markdown - Single JSON chunked (template): https://wpbuilder.de/wp-json/wp-ai/v1/content/{id}/?format=json&chunked=true&chunk_size=1200&chunk_overlap=120 - Taxonomy term JSON (template): https://wpbuilder.de/wp-json/wp-ai/v1/taxonomy/{taxonomy}/{term_id}/?format=json - Taxonomy term Markdown (template): https://wpbuilder.de/wp-json/wp-ai/v1/taxonomy/{taxonomy}/{term_id}/?format=markdown - JSONL export: https://wpbuilder.de/wp-json/wp-ai/v1/export.jsonl?type=any&per_page=50 - Capabilities: https://wpbuilder.de/wp-json/wp-ai/v1/capabilities - Robots: https://wpbuilder.de/robots.txt - Sitemap: https://wpbuilder.de/sitemap.xml ## Query-Parameter Alternates - Append ?ai_format=json to any supported content or term archive URL. - Append ?ai_format=markdown to any supported content or term archive URL. - Add ?ai_chunked=1&ai_chunk_size=1200&ai_chunk_overlap=120 for RAG chunks. - Optional: ?ai_include_embeddings=0 to exclude embedding helper fields. ## Authentication - Mode: Public access (API key optional) - Header: X-WP-AI-Key: - Authorization: Bearer - Query parameter: api_key= - Optional HMAC: X-WP-AI-Signature + X-WP-AI-Timestamp (when enabled). ## RAG Chunking - Supported on single content and taxonomy term endpoints. - Parameters: chunked, chunk_size (200-8000), chunk_overlap (0-2000). - Output fields: rag, chunks. - Chunk metadata: chunk_id, checksum_sha256. ## Incremental Sync - List endpoint supports modified_after and cursor. - Read next_cursor from response.sync.next_cursor. - JSONL export also supports modified_after and cursor. ## Webhooks - Events: post_updated, term_updated. - Webhooks are configured in the plugin settings. ## Recently Updated Content (Markdown) - https://wpbuilder.de/en/meaningfully-implementing-artificial-intelligence-in-wordpress-strategies-use-cases-and-limitations/?ai_format=markdown - https://wpbuilder.de/template/post/?ai_format=markdown - https://wpbuilder.de/wordpress-ai-plugin/?ai_format=markdown - https://wpbuilder.de/template/header/?ai_format=markdown - https://wpbuilder.de/template/footer/?ai_format=markdown - https://wpbuilder.de/kuenstliche-intelligenz-sinnvoll-in-wordpress-einsetzen-strategien-anwendungsfaelle-und-grenzen/?ai_format=markdown - https://wpbuilder.de/neue-welt-in-wordpress/?ai_format=markdown ## Notes - Author: Lars Hinrichs - Content output includes metadata, text, headings, links, and taxonomy terms. - Respect site terms and crawl policies.