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}/documents/{documentId} \
--header 'Authorization: Bearer <token>'"<string>"Downloads a specific document file associated with a site.
curl --request GET \
--url https://v1.api.altostrat.io/metadata/{siteId}/documents/{documentId} \
--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 (key) for the document file.
The binary content of the document file.
The response is of type file.
Was this page helpful?