Skip to main content
POST
/
metadata
/
{siteId}
/
documents
Get document upload URL
curl --request POST \
  --url https://v1.api.altostrat.io/metadata/{siteId}/documents \
  --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.

Authorizations

Authorization
string
header
required

A bearer token is required for all API requests.

Path Parameters

siteId
string
required

The unique identifier for the site.

Response

A pre-signed URL for uploading a document file.

signed_url
string<uri>

The URL to use for the PUT upload request.

Example:

"https://s3.amazonaws.com/altostrat-bucket/..."