BetaXLab publishes an OpenAPI 3.1 specification at https://www.betaxlab.com/openapi.json describing the site's full public HTTP surface, including the Markdown content-negotiation endpoint and the lead-capture webhook.
POST /api/capi-lead — server-side lead event forwarding used by BetaXLab's own on-site forms. See the spec for the request schema and error codes.Every page on this site is available as clean Markdown for agents and LLMs, following the acceptmarkdown.com content-negotiation convention. Request any page with an Accept: text/markdown header, or append a .md suffix to its URL:
curl -H "Accept: text/markdown" https://www.betaxlab.com/pricingcurl https://www.betaxlab.com/pricing.mdResponses set Vary: Accept and return 406 Not Acceptable when neither HTML nor Markdown can satisfy the request.
Curated, machine-readable context about BetaXLab for AI systems and citation:
For API access, integration questions, or anything not covered here, reach us at info@betaxlab.com or via the contact page.