ReferenceAPIOperationsArtifacts
Generate download link
Returns a signed download URL for an artifact. URLs expire after 15 minutes.
Operation ID
generate_download_linkReturns a signed download URL for an artifact. URLs expire after 15 minutes.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
artifact_id*string
Artifact ID
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/artifacts/string/download-link"{ "download_url": "string", "expires_at": 0}