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 POST \
--url https://v1.api.altostrat.io/metadata/{siteId}/media \
--header 'Authorization: Bearer <token>'{
"signed_url": "https://s3.amazonaws.com/altostrat-bucket/..."
}Requests a pre-signed URL that can be used to upload a media file (e.g., image, video) directly to secure storage. You should perform a PUT request to the returned signed_url with the file content as the request body.
curl --request POST \
--url https://v1.api.altostrat.io/metadata/{siteId}/media \
--header 'Authorization: Bearer <token>'{
"signed_url": "https://s3.amazonaws.com/altostrat-bucket/..."
}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.
A pre-signed URL for uploading a media file.
The URL to use for the PUT upload request.
"https://s3.amazonaws.com/altostrat-bucket/..."
Was this page helpful?