Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/metadata/{siteId}/notes/{noteId} \
--header 'Authorization: Bearer <token>'"<string>"Downloads the raw Markdown content of a specific site note.
curl --request GET \
--url https://v1.api.altostrat.io/metadata/{siteId}/notes/{noteId} \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
A bearer token is required for all API requests.
The unique identifier for the site.
The unique identifier (filename) for the note.
The Markdown content of the note.
The response is of type file.
Was this page helpful?