POST
/
docs
/
{id}
/
generate-download-link
curl --request POST \
  --url https://api.axlehealth.com/api/v2-stable/docs/{id}/generate-download-link \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "link": "https://example.com/download/document-id-12345"
}

Path Parameters

id
string
required

The ID of the document for which to generate a download link.

Example:

"document-id-12345"

Body

application/json · object

Response

200
application/json

A download link for the specified document

The response is of type object.