Read docs without a browser
All documentation is public. You do not need an account, browser automation or JavaScript to read it.
Start with the index
Section titled “Start with the index”curl 'https://docs.invoise.me/llms.txt'It lists English and Russian pages with direct Markdown links. Fetch only the pages needed for your task.
Read one page
Section titled “Read one page”Replace the final / in a documentation URL with .md:
curl 'https://docs.invoise.me/payments/status.md'curl 'https://docs.invoise.me/ru/payments/status.md'Start with /start/quickstart.md or /ru/start/quickstart.md. /index.md and /ru/index.md return the same Quickstart text. Markdown includes the page title, canonical source URL and the same content as the website.
Read everything
Section titled “Read everything”| Language | Full text |
|---|---|
| English | English full text |
| Russian | Русский полный текст |
These files are generated from the same source pages on every build. They contain the guides without navigation markup. API contracts are available separately in OpenAPI and Scalar.
Load the API contract
Section titled “Load the API contract”openapi.json describes the documented integration endpoints, their credentials, fields, responses and errors. Use the human API reference for explanations.
Use the live network catalogue for token addresses and decimals. Example addresses, IDs and credentials in the docs are placeholders, not production configuration.
A short reading path
Section titled “A short reading path”- Already have a key: create an invoice, then check its status.
- Need account setup: wallet sign-in, then agent workflow.
- Before retries or receiving events: idempotency and webhooks.