Skip to content

Download a signed document (S3)

GET
/api/v1/documents/{id}/download
curl --request GET \
--url https://app.legaldoc.io/api/v1/documents/example/download \
--header 'Authorization: <Authorization>'
id
required
string

200

Media typeapplication/json
object
downloadUrl
required
string
Examplegenerated
{
"downloadUrl": "example"
}

401

Media typeapplication/json
object
message
required
string
Examplegenerated
{
"message": "example"
}

404

Media typeapplication/json
object
message
required
string
Examplegenerated
{
"message": "example"
}