Api reference
List available guides
Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.
Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.
Response Body
application/json
curl -X GET "https://example.com/help-index.json"{ "product": "string", "pages": [ { "url": "string", "markdown": "string", "locale": "en", "title": "string", "description": "string" } ]}Public help API and assistant tools
Retrieve Remy Sport documentation through a public catalogue, Markdown exports and a read-only assistant connection.
Read the complete documentation GET
Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.