Skip to main content
GET
/
documents
/
{document_id}
/
download
Download document
curl --request GET \
  --url https://api.standardmetrics.io/v1/documents/{document_id}/download/ \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.standardmetrics.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your valid bearer token. All Auth tokens persist for all requests. Make sure to replace Client Credential Basic tokens with Bearer tokens after retrieving your bearer token. Go to the API Reference/Setup, User Guides/Initial Setup, or API Reference/Get API Access Token page to get your token.

Path Parameters

document_id
string
required

The hashed ID of the document to download

Response

302 - undefined